diff options
author | obache <obache@pkgsrc.org> | 2007-09-16 10:32:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-09-16 10:32:29 +0000 |
commit | bfc0f8e415a9e658e49138c540e816e3cd5287de (patch) | |
tree | 58cc1ffa306af5c8f5d2601fc1829e352cf250de /sysutils | |
parent | aacb484ff22c18592825b1a2e6f1bf209122d835 (diff) | |
download | pkgsrc-bfc0f8e415a9e658e49138c540e816e3cd5287de.tar.gz |
avoid automatic handling of rc.d script.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bkpupsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/bkpupsd/Makefile b/sysutils/bkpupsd/Makefile index ca4b1c5143e..b90d7824bd9 100644 --- a/sysutils/bkpupsd/Makefile +++ b/sysutils/bkpupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2007/06/16 09:36:04 taca Exp $ +# $NetBSD: Makefile,v 1.28 2007/09/16 10:32:29 obache Exp $ # DISTNAME= bkpupsd-2.2.1 @@ -32,6 +32,7 @@ EGDIR= ${PREFIX}/share/examples/bkpupsd CONF_FILES= ${EGDIR}/upstab ${PKG_SYSCONFDIR}/upstab RCD_SCRIPTS= bkpupsd +RCD_SCRIPT_SRC.bkpupsd= # need to avoid automatic handling pre-install: ${INSTALL_DATA} ${WRKSRC}/README ${DOCDIR} |