aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2004-05-23 18:08:43 +0800
committerlkoeller <lkoeller@FreeBSD.org>2004-05-23 18:08:43 +0800
commit5ebc4b2de112e46950c3d31752f7f81eee784b3e (patch)
tree329bf788e0abc9595a1a735019a9586996a44c82
parente27f833b7cdffe856aeaaf15f63a20f17d550eb8 (diff)
downloadfreebsd-ports-gnome-5ebc4b2de112e46950c3d31752f7f81eee784b3e.tar.gz
freebsd-ports-gnome-5ebc4b2de112e46950c3d31752f7f81eee784b3e.tar.zst
freebsd-ports-gnome-5ebc4b2de112e46950c3d31752f7f81eee784b3e.zip
o) Oh well .... fix second typo during dynamic setup of pkg-plist
o) Bump PORTREVISION
-rw-r--r--sysutils/bacula-server/Makefile4
-rw-r--r--sysutils/bacula/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index 84dff58ef443..67a6e07301df 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bacula
PORTVERSION= 1.34.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bacula
@@ -153,7 +153,7 @@ post-install:
${ECHO_CMD} "etc/bacula-barcodes.samples" >> ${TMPPLIST}; \
fi
if [ -f ${PREFIX}/etc/bconsole.conf.new ]; then \
- ${ECHO_CMD} "etc/console.conf.new" >> ${TMPPLIST}; \
+ ${ECHO_CMD} "etc/bconsole.conf.new" >> ${TMPPLIST}; \
elif [ -f ${PREFIX}/etc/bconsole.conf ]; then \
${MV} ${PREFIX}/etc/bconsole.conf ${PREFIX}/etc/bconsole.conf.sample; \
${ECHO_CMD} "etc/bconsole.conf.sample" >> ${TMPPLIST}; \
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile
index 84dff58ef443..67a6e07301df 100644
--- a/sysutils/bacula/Makefile
+++ b/sysutils/bacula/Makefile
@@ -7,7 +7,7 @@
PORTNAME= bacula
PORTVERSION= 1.34.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bacula
@@ -153,7 +153,7 @@ post-install:
${ECHO_CMD} "etc/bacula-barcodes.samples" >> ${TMPPLIST}; \
fi
if [ -f ${PREFIX}/etc/bconsole.conf.new ]; then \
- ${ECHO_CMD} "etc/console.conf.new" >> ${TMPPLIST}; \
+ ${ECHO_CMD} "etc/bconsole.conf.new" >> ${TMPPLIST}; \
elif [ -f ${PREFIX}/etc/bconsole.conf ]; then \
${MV} ${PREFIX}/etc/bconsole.conf ${PREFIX}/etc/bconsole.conf.sample; \
${ECHO_CMD} "etc/bconsole.conf.sample" >> ${TMPPLIST}; \