diff options
author | garga <garga@FreeBSD.org> | 2006-04-17 23:25:51 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-17 23:25:51 +0800 |
commit | c9dbaf3575248a9a841ec54fa65762f5d13d2016 (patch) | |
tree | 5771de5ad51a198650bc85d5bb68ad9d42dc2b1c /sysutils/bacula-server/Makefile | |
parent | edcc26f437861d8c34ef6a28e31baf06a9c6852f (diff) | |
download | freebsd-ports-graphics-c9dbaf3575248a9a841ec54fa65762f5d13d2016.tar.gz freebsd-ports-graphics-c9dbaf3575248a9a841ec54fa65762f5d13d2016.tar.zst freebsd-ports-graphics-c9dbaf3575248a9a841ec54fa65762f5d13d2016.zip |
Move pkg-message -> files/pkg-message.in, add it to SUB_FILES and use
%%DOCSDIR%% inside it
PR: ports/95923
Submitted by: maintainer
Diffstat (limited to 'sysutils/bacula-server/Makefile')
-rw-r--r-- | sysutils/bacula-server/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index e2b86e54a48..b19a160f0e4 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> |