diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 23:19:33 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 23:19:33 +0000 |
commit | 0d2b63b3a358a64cbc41e007e04d183ecb9a7aa5 (patch) | |
tree | 044cc8758fa76a5482b86079655ee315d75b4fed /shells/osh | |
parent | b0feb9f5b186a62a131121fe59db9ccdc0a844bd (diff) | |
download | pkgsrc-0d2b63b3a358a64cbc41e007e04d183ecb9a7aa5.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'shells/osh')
-rw-r--r-- | shells/osh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/osh/Makefile b/shells/osh/Makefile index 63752f0c6ba..41220a8bfc9 100644 --- a/shells/osh/Makefile +++ b/shells/osh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/02/16 19:44:57 hans Exp $ +# $NetBSD: Makefile,v 1.30 2012/09/11 23:25:08 asau Exp $ DISTNAME= osh-20100430 PKGREVISION= 1 @@ -10,7 +10,6 @@ HOMEPAGE= http://v6shell.org/ COMMENT= Port of the Sixth Edition UNIX shell LICENSE= original-bsd -PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_SHELL= bin/osh |