diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-12 04:04:05 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-01-12 04:04:05 +0000 |
commit | 0a07b121e1982125cb5887810720c0870dd75432 (patch) | |
tree | 3e1d512b3af5d8a017fde2b137b49cc818c54b00 /japanese | |
parent | 5679874bcee4c3ea82ffb469d8ca72b56bb859dd (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/wikicker/Makefile | 4 |
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> |