summaryrefslogtreecommitdiff
path: root/pkgtools/rc.subr
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/rc.subr
parent78122d314edeb82e3047dae09d03b73df8b70852 (diff)
downloadpkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'pkgtools/rc.subr')
-rw-r--r--pkgtools/rc.subr/Makefile10
1 files changed, 5 insertions, 5 deletions
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/^\///}