1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Move pkg-message -> files/pkg-message.in, add it to SUB_FILES and use

%%DOCSDIR%% inside it

PR:		ports/95923
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2006-04-17 15:25:51 +00:00
parent e297861988
commit 732a52812e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159801
2 changed files with 12 additions and 10 deletions

View File

@ -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>

View File

@ -1,20 +1,20 @@
################################################################################
Please read the file"
Please read this file:
${DOCSDIR}/ReleaseNotes"
%%DOCSDIR%%/ReleaseNotes
for the upgrade procedure!
IF YOU IGNORE THIS you may !! LOSE DATA !!
For USB support read the manual. It could be necessary
to configure/compile a new kernel!
WARNING: That file also contains important information regarding
Windows FD, blackslashes in FileSets, and Scratch Pools.
For USB support read the manual. It may be necessary
to configure/compile a new kernel.
Please note that bacula-server no longer installs the client
and that the documentation can be optionally installed with the
and that the documentation can be optionally installed with the
client port (sysutils/bacula-client).
WARNING: please read ReleaseNotes for important information
regarding Windows FD, blackslashes in FileSets, and Scratch Pools.
################################################################################