diff options
author | grant <grant@pkgsrc.org> | 2003-06-23 07:02:16 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-23 07:02:16 +0000 |
commit | a850c7421b5f9e81e528609547b4df5875e2b7a7 (patch) | |
tree | aae416ae2a2c89e6a46c7e795bad6ab747bf7f1b /pkgtools/rc.subr/Makefile | |
parent | c29f1f8134a435830bbef76b352a8488b803c6ba (diff) | |
download | pkgsrc-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/Makefile | 11 |
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:= / |