aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bacula-server/Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-04-17 15:25:51 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-04-17 15:25:51 +0000
commit732a52812ebc190105e1b6e86b92d6f04bfa1df0 (patch)
treecd2eecc3687a910fa9fe5fee82a7e46a7a6c2b35 /sysutils/bacula-server/Makefile
parente2978619880a6d7bddedaa53d12bc8805bce5012 (diff)
downloadports-732a52812ebc190105e1b6e86b92d6f04bfa1df0.tar.gz
ports-732a52812ebc190105e1b6e86b92d6f04bfa1df0.zip
Notes
Diffstat (limited to 'sysutils/bacula-server/Makefile')
-rw-r--r--sysutils/bacula-server/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile
index e2b86e54a489..b19a160f0e41 100644
--- a/sysutils/bacula-server/Makefile
+++ b/sysutils/bacula-server/Makefile
@@ -22,6 +22,8 @@ UNIQUENAME?=${PORTNAME}${PKGNAMESUFFIX}
USE_RC_SUBR?= bacula-dir bacula-sd
+SUB_FILES+= pkg-message
+
# The user/group IDs below are registered, see
# http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/book.html#DADS-UID
#
@@ -340,14 +342,14 @@ post-install:
@${ECHO_MSG} "For USB support read the bacula manual!! It could be necessary"
@${ECHO_MSG} "to configure/compile a new kernel!"
@${ECHO_MSG} ""
- @${ECHO_MSG} "Look at $PREFIX/share/bacula/update_bacula_tables for"
+ @${ECHO_MSG} "Look at ${PREFIX}/share/bacula/update_bacula_tables for"
@${ECHO_MSG} "database update procedure. Details can be found in the"
@${ECHO_MSG} "ReleaseNotes"
.endif
@${ECHO_MSG} "*********************************************************************"
.if !defined(WITH_CLIENT_ONLY)
- ${CAT} pkg-message
+ ${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.post.mk>