From 82bc489a53a17f9abc88eb1f7a9b08964d1fcd7f Mon Sep 17 00:00:00 2001 From: lkoeller Date: Tue, 30 Nov 2004 06:12:30 +0000 Subject: o) Output pkg-message only when server components are build. --- sysutils/bacula/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysutils') 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 -- cgit