aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula-server/Makefile
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2003-10-30 12:06:11 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2003-10-30 12:06:11 +0000
commit5a7c843ba466bbcf4628c390c5a9a4897b548200 (patch)
tree408377fafdd33da89846b65817061c9ab74b8a24 /sysutils/bacula-server/Makefile
parentf2d7ebe533dd8df0e0534b0ac01dbb5d5efa184c (diff)
downloadports-5a7c843ba466bbcf4628c390c5a9a4897b548200.tar.gz
ports-5a7c843ba466bbcf4628c390c5a9a4897b548200.zip
Notes
Diffstat (limited to 'sysutils/bacula-server/Makefile')
-rw-r--r--sysutils/bacula-server/Makefile22
1 files changed, 20 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index bb491962710b..81adecca65cb 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= bacula
-PORTVERSION= 1.32b
-PORTREVISION= 1
+PORTVERSION= 1.32c
+#PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bacula
@@ -102,4 +102,22 @@ post-install:
cpio -pdm -L -R root:wheel ${DOCSDIR}
.endif
+# Inform user when full build takes place about
+.if !defined(WITH_CLIENT_ONLY)
+ @${ECHO_MSG} "*******************************************************"
+ @${ECHO_MSG} "NOTE:"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "An auto-changer manipulation script based on FreeBSDs"
+ @${ECHO_MSG} "chio command is included and installed at"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " ${PREFIX}/sbin/chio-bacula"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "Please have a look at it if you want to use an"
+ @${ECHO_MSG} "auto-changer. You have to configure the usage in"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} " ${PREFIX}/etc/bacula-dir.conf"
+ @${ECHO_MSG} ""
+ @${ECHO_MSG} "*******************************************************"
+.endif
+
.include <bsd.port.post.mk>