diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 63e84b1b84449ee2d7305c779da111b57099caf4 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /pkgtools/pkg_install | |
parent | d3860910249fb12e019d47196d7d1d1bfb361f20 (diff) | |
download | pkgsrc-63e84b1b84449ee2d7305c779da111b57099caf4.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'pkgtools/pkg_install')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 5042c9a61b0..c774b326b8a 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2005/06/13 17:19:12 jlam Exp $ +# $NetBSD: Makefile,v 1.115 2005/09/28 20:52:25 rillig Exp $ # Notes to package maintainers: # @@ -17,7 +17,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.pkgsrc.org/ COMMENT= Package management and administration tools for pkgsrc -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pkgdbdir=${PKG_DBDIR} CONFIGURE_ARGS+= --with-ftp="\"${FETCH_CMD}"\" CONFIGURE_ARGS+= --with-mtree="\"${MTREE}"\" @@ -30,8 +30,8 @@ USE_TOOLS+= chmod cmp cp env find grep ln mkdir rm rmdir \ sed sort touch NO_PKGTOOLS_REQD_CHECK= # defined -NO_CHECKSUM= # defined -NO_MTREE= # defined +NO_CHECKSUM= yes +NO_MTREE= yes PKG_PRESERVE= # defined # These are needed to solve a chicken-and-egg problem where pkgsrc uses |