diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2004-11-02 14:34:21 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2004-11-02 14:34:21 +0000 |
commit | d8202539350485ca1f09d4707d79755c01626f45 (patch) | |
tree | e0e3b65857003445739e0cc94c279ac4d87d9045 /sysutils/apcupsd/Makefile | |
parent | 7df0c7085a9561675d9d0c5870fd55692a04881c (diff) | |
download | ports-d8202539350485ca1f09d4707d79755c01626f45.tar.gz ports-d8202539350485ca1f09d4707d79755c01626f45.zip |
Notes
Diffstat (limited to 'sysutils/apcupsd/Makefile')
-rw-r--r-- | sysutils/apcupsd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile index a561b0ea7d96..5b532e3e9bfb 100644 --- a/sysutils/apcupsd/Makefile +++ b/sysutils/apcupsd/Makefile @@ -7,7 +7,7 @@ PORTNAME= apcupsd PORTVERSION= 3.10.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -101,7 +101,7 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/apcupsd.conf.net-master.sample ${PREFIX}/etc/apcupsd/ ${INSTALL_DATA} ${FILESDIR}/apcupsd.conf.net-slave.sample ${PREFIX}/etc/apcupsd/ # If there is already an config file it is installed as ...new - for na in apcupsd.conf apcupsd.css; do \ + for na in apcupsd.conf apcupsd.css hosts.conf multimon.conf; do \ if [ -f ${PREFIX}/etc/apcupsd/$$na ]; then \ if [ -f ${PREFIX}/etc/apcupsd/$$na.new ]; then \ ${MV} ${PREFIX}/etc/apcupsd/$$na.new ${PREFIX}/etc/apcupsd/$$na.sample; \ |