aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlkoeller <lkoeller@FreeBSD.org>2004-11-30 14:12:30 +0800
committerlkoeller <lkoeller@FreeBSD.org>2004-11-30 14:12:30 +0800
commit82bc489a53a17f9abc88eb1f7a9b08964d1fcd7f (patch)
tree94c5e54ea7088db3b58e6a16a25734d6ab55ad8b /sysutils
parent82e97afefadc53c628e6405a0d1caca79e52d4d2 (diff)
downloadfreebsd-ports-gnome-82bc489a53a17f9abc88eb1f7a9b08964d1fcd7f.tar.gz
freebsd-ports-gnome-82bc489a53a17f9abc88eb1f7a9b08964d1fcd7f.tar.zst
freebsd-ports-gnome-82bc489a53a17f9abc88eb1f7a9b08964d1fcd7f.zip
o) Output pkg-message only when server components are build.
Diffstat (limited to 'sysutils')
-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>