diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-07-27 23:32:03 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-07-27 23:32:03 +0000 |
commit | 0511329363080521e32cfebe0af7e2cba1c57929 (patch) | |
tree | cd24c2d8125e2f15bc92429f1d5883398c28b459 /pkgtools | |
parent | b2d568704fa19ac89bcc4bae7c949939aca70935 (diff) | |
download | pkgsrc-0511329363080521e32cfebe0af7e2cba1c57929.tar.gz |
pkg_* sure support IPv6 (thanks to lukemFTP :)
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 9f659cfee61..fc9c9469858 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2000/07/24 21:20:23 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.34 2000/07/27 23:32:03 hubertf Exp $ # Note to package maintainers: # To update the distfile of this pkg, cd to /usr/src/usr.sbin, @@ -14,6 +14,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netbsd.org/ +# No special options needed for IPv6 support WRKSRC= ${WRKDIR}/pkg_install MAKE_ENV+= BINDIR=/usr/sbin MANDIR=/usr/share/man NOLINT=1 NO_CONFIGURE= yes |