summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 20:52:18 +0000
committerrillig <rillig>2005-09-28 20:52:18 +0000
commit497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /pkgtools
parent78122d314edeb82e3047dae09d03b73df8b70852 (diff)
downloadpkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/binpatch/Makefile4
-rw-r--r--pkgtools/libkver/Makefile6
-rw-r--r--pkgtools/mtree/Makefile8
-rw-r--r--pkgtools/pkg_install-info/Makefile6
-rw-r--r--pkgtools/pkg_install/Makefile8
-rw-r--r--pkgtools/prereq-readme/Makefile8
-rw-r--r--pkgtools/rc.subr/Makefile10
-rw-r--r--pkgtools/xpkgwedge/Makefile6
8 files changed, 28 insertions, 28 deletions
diff --git a/pkgtools/binpatch/Makefile b/pkgtools/binpatch/Makefile
index 06c1a2e45d3..9ec30f47175 100644
--- a/pkgtools/binpatch/Makefile
+++ b/pkgtools/binpatch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/06/17 03:50:29 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:25 rillig Exp $
#
DISTNAME= binpatch-1.0
@@ -11,7 +11,7 @@ HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/doc/pkgsrc.html
COMMENT= Trivial binary patch applicator
-NO_CHECKSUM= # defined
+NO_CHECKSUM= yes
.include "../../mk/bsd.prefs.mk"
diff --git a/pkgtools/libkver/Makefile b/pkgtools/libkver/Makefile
index 326796c571d..27c2f54cc91 100644
--- a/pkgtools/libkver/Makefile
+++ b/pkgtools/libkver/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:05 tv Exp $
+# $NetBSD: Makefile,v 1.15 2005/09/28 20:52:25 rillig Exp $
DISTNAME= libkver-${VERSION}
CATEGORIES= pkgtools
@@ -14,8 +14,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_PKGINSTALL= YES
NO_PKGTOOLS_REQD_CHECK= # defined
-NO_CHECKSUM= # defined
-NO_MTREE= # defined
+NO_CHECKSUM= yes
+NO_MTREE= yes
VERSION= 0.6
diff --git a/pkgtools/mtree/Makefile b/pkgtools/mtree/Makefile
index d5f7b1470c7..f37c0b049b0 100644
--- a/pkgtools/mtree/Makefile
+++ b/pkgtools/mtree/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/09/28 14:31:08 rillig Exp $
+# $NetBSD: Makefile,v 1.17 2005/09/28 20:52:25 rillig Exp $
#
DISTNAME= mtree-20040722
@@ -10,11 +10,11 @@ MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
COMMENT= Utility for mapping and checking directory hierarchies
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
NO_PKGTOOLS_REQD_CHECK= # defined
-NO_CHECKSUM= # defined
-NO_MTREE= # defined
+NO_CHECKSUM= yes
+NO_MTREE= yes
NO_PKG_REGISTER= # defined
NO_PACKAGE= Deinstallation is not permitted
PKG_PRESERVE= # defined
diff --git a/pkgtools/pkg_install-info/Makefile b/pkgtools/pkg_install-info/Makefile
index a53dc918cb1..e0b33df4a6e 100644
--- a/pkgtools/pkg_install-info/Makefile
+++ b/pkgtools/pkg_install-info/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/04/11 21:47:05 tv Exp $
+# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:25 rillig Exp $
#
DISTNAME= pkg_install-info-${VERSION}
@@ -13,9 +13,9 @@ COMMENT= Standalone GNU info file installation utility
PKG_INSTALLATION_TYPES= overwrite pkgviews
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
-NO_CHECKSUM= # defined
+NO_CHECKSUM= yes
# Don't change this unless the sources are updated from GNU Texinfo.
# Otherwise use PKGREVISION if you need to change this package version.
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
diff --git a/pkgtools/prereq-readme/Makefile b/pkgtools/prereq-readme/Makefile
index 96aeacf45d2..e05614e6157 100644
--- a/pkgtools/prereq-readme/Makefile
+++ b/pkgtools/prereq-readme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2005/07/15 18:27:53 jlam Exp $
+# $NetBSD: Makefile,v 1.4 2005/09/28 20:52:25 rillig Exp $
#
DISTNAME= prereq-readme-20050521
@@ -11,9 +11,9 @@ HOMEPAGE= http://www.NetBSD.org/
COMMENT= Tools required for pkgsrc README.html generation
WRKSRC= ${WRKDIR}
-NO_CHECKSUM= # defined
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CHECKSUM= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
NO_INSTALL= # defined
NO_PACKAGE= # defined
diff --git a/pkgtools/rc.subr/Makefile b/pkgtools/rc.subr/Makefile
index d9b5929f3fb..e84b5eefdc1 100644
--- a/pkgtools/rc.subr/Makefile
+++ b/pkgtools/rc.subr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/06/17 03:50:30 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/09/28 20:52:25 rillig Exp $
#
DISTNAME= rc.subr-20041011
@@ -13,10 +13,10 @@ COMMENT= Portable NetBSD rc.subr implementation for pkgsrc
ONLY_FOR_PLATFORM= Darwin-*-* Interix-*-* Linux-*-* SunOS-*-*
-NO_BUILD= # defined
-NO_CHECKSUM= # defined
-NO_CONFIGURE= # defined
-NO_MTREE= # defined
+NO_BUILD= yes
+NO_CHECKSUM= yes
+NO_CONFIGURE= yes
+NO_MTREE= yes
USE_PKGINSTALL= YES
PLIST_SUBST+= RCD_SCRIPTS_DIR=${RCD_SCRIPTS_DIR:S/^\///}
diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile
index 646235d191d..890a0abae67 100644
--- a/pkgtools/xpkgwedge/Makefile
+++ b/pkgtools/xpkgwedge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2005/06/14 20:12:51 jlam Exp $
+# $NetBSD: Makefile,v 1.59 2005/09/28 20:52:25 rillig Exp $
DISTNAME= xpkgwedge-1.14
CATEGORIES= pkgtools devel x11
@@ -14,8 +14,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}
EXTRACT_ONLY= # empty
USE_LANGUAGES= # empty
-NO_CONFIGURE= # defined
-NO_CHECKSUM= # defined
+NO_CONFIGURE= yes
+NO_CHECKSUM= yes
.include "../../mk/bsd.prefs.mk"
.if ${LOCALBASE} == ${X11BASE}