diff options
author | asau <asau> | 2012-09-11 23:19:33 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 23:19:33 +0000 |
commit | d5ae29c067f185967ce21d0beea1d8708c105a24 (patch) | |
tree | 044cc8758fa76a5482b86079655ee315d75b4fed /pkgtools/pkg_install-info | |
parent | 2616ea74347a099f94cc21357dd8070ab5cad4a4 (diff) | |
download | pkgsrc-d5ae29c067f185967ce21d0beea1d8708c105a24.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'pkgtools/pkg_install-info')
-rw-r--r-- | pkgtools/pkg_install-info/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkg_install-info/Makefile b/pkgtools/pkg_install-info/Makefile index 3297b4bc108..531c40495b9 100644 --- a/pkgtools/pkg_install-info/Makefile +++ b/pkgtools/pkg_install-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2009/04/09 00:48:12 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2012/09/11 23:19:37 asau Exp $ # DISTNAME= pkg_install-info-${VERSION} @@ -12,7 +12,6 @@ HOMEPAGE= http://www.gnu.org/software/texinfo/texinfo.html COMMENT= Standalone GNU info file installation utility PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes |