1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- SUB_FILES += pkg-message

PR:             ports/142621
Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
This commit is contained in:
Philip M. Gollucci 2010-01-12 04:04:05 +00:00
parent 5679874bce
commit 0a07b121e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247677

View File

@ -52,6 +52,8 @@ WIKIAUTO= ${SITE_PERL}/auto/${PORTNAME}
WIKIPM= ${SITE_PERL}/${PORTNAME}
WIKISCRIPT= wiki.cgi.in
MAN3= WiKicker.3 WiKicker::HTML.3
SUB_FILES= pkg-message
SUB_LIST= HostName=${HOST}
post-install:
.if !defined(NOPORTDOCS)
@ -91,8 +93,6 @@ post-install:
${SORT} -r | ${SED} -e 's/^/@dirrm /' >>${TMPPLIST}
@${ECHO_MSG} "===> Making PLIST Phase End"
@${SED} -e 's|%%EXAMPLESDIR%%|${EXAMPLESDIR}|' \
-e 's|%%HostName%%|${HOST}|' < ${FILESDIR}/pkg-message.in > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>