diff options
author | joerg <joerg@pkgsrc.org> | 2007-11-08 19:00:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-11-08 19:00:56 +0000 |
commit | 2021db9549ba547206385a844d60224bf29875e0 (patch) | |
tree | edfb09ab2e71993a218820454bb6e442255e976c /pkgtools | |
parent | c13753f2386feb212b5de2c3de1affda100fd68a (diff) | |
download | pkgsrc-2021db9549ba547206385a844d60224bf29875e0.tar.gz |
Supports DESTDIR.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install-info/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install-info/Makefile b/pkgtools/pkg_install-info/Makefile index c158fbea816..1501df0ea15 100644 --- a/pkgtools/pkg_install-info/Makefile +++ b/pkgtools/pkg_install-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/07/31 14:40:45 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2007/11/08 19:00:56 joerg Exp $ # DISTNAME= pkg_install-info-${VERSION} @@ -12,6 +12,7 @@ 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 |