summaryrefslogtreecommitdiff
path: root/pkgtools/rc.subr/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-06-23 07:02:16 +0000
committergrant <grant@pkgsrc.org>2003-06-23 07:02:16 +0000
commita850c7421b5f9e81e528609547b4df5875e2b7a7 (patch)
treeaae416ae2a2c89e6a46c7e795bad6ab747bf7f1b /pkgtools/rc.subr/Makefile
parentc29f1f8134a435830bbef76b352a8488b803c6ba (diff)
downloadpkgsrc-a850c7421b5f9e81e528609547b4df5875e2b7a7.tar.gz
no need for defaults/rc.conf.
minor whitespace fix. bump to 20030622.
Diffstat (limited to 'pkgtools/rc.subr/Makefile')
-rw-r--r--pkgtools/rc.subr/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/pkgtools/rc.subr/Makefile b/pkgtools/rc.subr/Makefile
index a80630b42a4..e756fe84729 100644
--- a/pkgtools/rc.subr/Makefile
+++ b/pkgtools/rc.subr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/06/19 16:07:10 grant Exp $
+# $NetBSD: Makefile,v 1.2 2003/06/23 07:02:16 grant Exp $
#
-DISTNAME= rc.subr-20030619
+DISTNAME= rc.subr-20030622
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
@@ -16,7 +16,7 @@ NO_BUILD= # defined
NO_CHECKSUM= # defined
NO_CONFIGURE= # defined
NO_MTREE= # defined
-USE_PKGINSTALL= YES
+USE_PKGINSTALL= YES
CONF_FILES+= ${PREFIX}etc/rc.conf.example ${PREFIX}etc/rc.conf
@@ -24,12 +24,9 @@ do-extract:
@${CP} -Rp ${FILESDIR} ${WRKSRC}
do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}etc/defaults
${INSTALL_DATA_DIR} ${PREFIX}etc/rc.d
${INSTALL_DATA} ${WRKSRC}/rc.conf.example ${PREFIX}etc/rc.conf.example
${INSTALL_DATA} ${WRKSRC}/rc.subr ${PREFIX}etc/rc.subr
- ${INSTALL_DATA} ${WRKSRC}/defaults/rc.conf \
- ${PREFIX}etc/defaults/rc.conf
${INSTALL_SCRIPT} ${WRKSRC}/rc.d/DAEMON ${PREFIX}etc/rc.d
${INSTALL_SCRIPT} ${WRKSRC}/rc.d/LOGIN ${PREFIX}etc/rc.d
${INSTALL_SCRIPT} ${WRKSRC}/rc.d/NETWORKING ${PREFIX}etc/rc.d
@@ -38,4 +35,4 @@ do-install:
.include "../../mk/bsd.pkg.mk"
# if you change this, be sure to include a trailing /
-PREFIX:= /
+PREFIX:= /