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 | 296135276176fad1ca3e511d648d13a4eefed912 (patch) | |
tree | 044cc8758fa76a5482b86079655ee315d75b4fed /shells/bash | |
parent | 6368f9224ede703badf4f81abe6fa617c9ec98b0 (diff) | |
download | pkgsrc-296135276176fad1ca3e511d648d13a4eefed912.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 1d1c533818f..e999f946245 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2012/08/20 06:41:48 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2012/09/11 23:25:07 asau Exp $ BASH_VERSION= 4.2 @@ -20,7 +20,6 @@ LICENSE= gnu-gpl-v3 CONFLICTS= static-bash-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= makeinfo bison USE_PKGLOCALEDIR= yes |