diff options
author | bouyer <bouyer> | 2004-12-05 17:26:47 +0000 |
---|---|---|
committer | bouyer <bouyer> | 2004-12-05 17:26:47 +0000 |
commit | 9033e3bb7d6f2e2380325ce88dd73c4525cd40ea (patch) | |
tree | 5659916e55d53d35276accf235f70f85ad404420 | |
parent | 6c4a7b28e874db7f3f028356b1d89a6e786b2e76 (diff) | |
download | pkgsrc-9033e3bb7d6f2e2380325ce88dd73c4525cd40ea.tar.gz |
Kill manual use of RCD_SCRIPTS_EXAMPLEDIR, set RCD_SCRIPT_SRC.apcupsd to
the appropriate path instead.
-rw-r--r-- | sysutils/apcupsd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 6c62f3242ae..0f3d9c0c16c 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/10/11 22:14:51 reed Exp $ +# $NetBSD: Makefile,v 1.31 2004/12/05 17:26:47 bouyer Exp $ DISTNAME= apcupsd-3.8.6 PKGREVISION= 2 @@ -46,6 +46,7 @@ CONF_FILES_PERMS+= ${EGDIR}/onbattery ${PKG_SYSCONFDIR}/onbattery ${ROOT_USER} $ CONF_FILES_PERMS+= ${EGDIR}/mainsback ${PKG_SYSCONFDIR}/mainsback ${ROOT_USER} ${ROOT_GROUP} 755 SUPPORT_FILES_PERMS= ${EGDIR}/apccontrol ${PKG_SYSCONFDIR}/apccontrol ${ROOT_USER} ${ROOT_GROUP} 755 RCD_SCRIPTS= apcupsd +RCD_SCRIPT_SRC.apcupsd= ${WRKSRC}/distributions/netbsd/apcupsd # we should probably allow the tty to be set in /etc/mk.conf too # @@ -95,8 +96,6 @@ post-install: ${PREFIX}/share/examples/apcupsd ${INSTALL_DATA} ${WRKDIR}/apcupsd.slave.conf \ ${PREFIX}/share/examples/apcupsd - ${INSTALL_SCRIPT} ${WRKSRC}/distributions/netbsd/apcupsd \ - ${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR} ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/apcupsd .for file in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/apcupsd |