diff options
author | bouyer <bouyer@pkgsrc.org> | 2008-12-07 22:54:00 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2008-12-07 22:54:00 +0000 |
commit | fca1a5e1e5c12fbea9fbf1f7a3cc53ced37500c0 (patch) | |
tree | 44868af48cde4b6b2f416ebdc87cc6d3385f5b4d /sysutils | |
parent | 4c9bbb9c1f4f367c09cfa172f1083662fd362833 (diff) | |
download | pkgsrc-fca1a5e1e5c12fbea9fbf1f7a3cc53ced37500c0.tar.gz |
pkg/40112: don't hardcode "netbsd" in RCD_SCRIPT_SRC.apcupsd
bump PKGREVISION
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/apcupsd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index 54f4700fb84..5327b5bb3c2 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.58 2008/06/20 01:09:35 joerg Exp $ +# $NetBSD: Makefile,v 1.59 2008/12/07 22:54:00 bouyer Exp $ DISTNAME= apcupsd-3.14.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=apcupsd/} +PKGREVISION= 1 MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.apcupsd.org/ @@ -64,7 +65,7 @@ CONF_FILES_PERMS+= ${EGDIR}/offbattery ${PKG_SYSCONFDIR}/offbattery ${ROOT_USER} CONF_FILES_PERMS+= ${EGDIR}/onbattery ${PKG_SYSCONFDIR}/onbattery ${ROOT_USER} ${ROOT_GROUP} 755 CONF_FILES_PERMS+= ${EGDIR}/apccontrol ${PKG_SYSCONFDIR}/apccontrol ${ROOT_USER} ${ROOT_GROUP} 755 RCD_SCRIPTS= apcupsd -RCD_SCRIPT_SRC.apcupsd= ${WRKSRC}/platforms/netbsd/apcupsd +RCD_SCRIPT_SRC.apcupsd= ${WRKSRC}/platforms/${OPSYS:tl}/apcupsd EGFILES= netbsd/apccontrol etc/changeme etc/commfailure etc/commok \ etc/offbattery etc/onbattery etc/multimon.conf etc/hosts.conf |