aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-12 04:04:05 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-01-12 04:04:05 +0000
commit0a07b121e1982125cb5887810720c0870dd75432 (patch)
tree3e1d512b3af5d8a017fde2b137b49cc818c54b00 /japanese
parent5679874bcee4c3ea82ffb469d8ca72b56bb859dd (diff)
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/wikicker/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/wikicker/Makefile b/japanese/wikicker/Makefile
index 876384d82515..fdbdbe1fc879 100644
--- a/japanese/wikicker/Makefile
+++ b/japanese/wikicker/Makefile
@@ -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>