aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2004-11-02 22:34:21 +0800
committerlkoeller <lkoeller@FreeBSD.org>2004-11-02 22:34:21 +0800
commit099f76e2170a2887567c481e5858f69088d6687a (patch)
tree72a67ff0a10a8d68099c99c3946efa6d9bfc00ee /sysutils
parent6a1c39c8f80b80f65e67301bbce216453b8510d5 (diff)
downloadfreebsd-ports-gnome-099f76e2170a2887567c481e5858f69088d6687a.tar.gz
freebsd-ports-gnome-099f76e2170a2887567c481e5858f69088d6687a.tar.zst
freebsd-ports-gnome-099f76e2170a2887567c481e5858f69088d6687a.zip
o) Fix pkg-plist errors and install of config templates.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/apcupsd/Makefile4
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; \