diff options
author | grant <grant@pkgsrc.org> | 2003-09-18 23:43:37 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-18 23:43:37 +0000 |
commit | 9d4bcc5ba81dca7752daea523abdbe79974b3aaa (patch) | |
tree | 54efb020036885c5a2363d1772cf36d7ca862745 /pkgtools/pkg_install | |
parent | c13bb2d3a7999444f9108c297baa45217fd64a4a (diff) | |
download | pkgsrc-9d4bcc5ba81dca7752daea523abdbe79974b3aaa.tar.gz |
remove redundant USE_BUILDLINK2, as we set NO_BUILDLINK later.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 7c45a0fd33c..f7329d69f92 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 2003/09/18 23:42:24 grant Exp $ +# $NetBSD: Makefile,v 1.86 2003/09/18 23:43:37 grant Exp $ # Notes to package maintainers: # @@ -17,7 +17,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.pkgsrc.org/ COMMENT= Package installation and administration tools -USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-pkgdbdir=${PKG_DBDIR} |