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/dash | |
parent | b0feb9f5b186a62a131121fe59db9ccdc0a844bd (diff) | |
download | pkgsrc-0d2b63b3a358a64cbc41e007e04d183ecb9a7aa5.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'shells/dash')
-rw-r--r-- | shells/dash/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile index 6bfb07f91b9..f0e971fbd66 100644 --- a/shells/dash/Makefile +++ b/shells/dash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/05/30 20:33:26 cheusov Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/11 23:25:07 asau Exp $ # DISTNAME= dash-0.5.7 @@ -10,8 +10,6 @@ HOMEPAGE= http://gondor.apana.org.au/~herbert/dash/files/ COMMENT= Debian Almquist shell, POSIX-compliant shell faster than bash LICENSE= modified-bsd AND gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= gmake PKG_SHELL= bin/dash |