summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Koeller <lkoeller@FreeBSD.org>2004-11-30 06:12:30 +0000
committerLars Koeller <lkoeller@FreeBSD.org>2004-11-30 06:12:30 +0000
commitbbd7acb9282262cf972ca181e4133fd0d1637942 (patch)
treedf29185329e8f122d725799d55faf0b797f8f96c
parentUpdate to 0.9.18. (diff)
o) Output pkg-message only when server components are build.
-rw-r--r--sysutils/bacula/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile
index 0615f6ef45f7..c314d02a3256 100644
--- a/sysutils/bacula/Makefile
+++ b/sysutils/bacula/Makefile
@@ -251,7 +251,8 @@ post-install:
@${ECHO_MSG} "the user bacula."
.endif
@${ECHO_MSG} "*********************************************************************"
-
+.if !defined(WITH_CLIENT_ONLY)
@$(CAT) pkg-message
+.endif
.include <bsd.port.post.mk>