diff options
author | heinz <heinz> | 2007-05-12 16:18:55 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-05-12 16:18:55 +0000 |
commit | 3ebdbb356960d03d611b7b3f69e338a43624444c (patch) | |
tree | 171d0f959bffe4d5e1269cb56e41daa06fe13c8f /shells/osh | |
parent | 5e8dec39b6b86715704d21b1fbaef375aa68cea2 (diff) | |
download | pkgsrc-3ebdbb356960d03d611b7b3f69e338a43624444c.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'shells/osh')
-rw-r--r-- | shells/osh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 406773334f4..b0d4fa5c704 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/03/26 17:01:59 reed Exp $ +# $NetBSD: Makefile,v 1.19 2007/05/12 16:18:55 heinz Exp $ DISTNAME= osh-20070324 PKGREVISION= 1 @@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://jneitzel.sdf1.org/osh/ COMMENT= Implementation of the UNIX 6th Edition shell +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_SHELL= bin/osh |