aboutsummaryrefslogtreecommitdiff
path: root/japanese/migemo
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-10-06 12:55:43 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2002-10-06 12:55:43 +0000
commitc8bbb5c11aaa3950bfd9580afe9b715218c95e72 (patch)
tree5c8a17f65e6c21fd3493ec8013d048c02c371d34 /japanese/migemo
parent80a478b717a825af037df8e4b5e7dddf29cba920 (diff)
downloadports-c8bbb5c11aaa3950bfd9580afe9b715218c95e72.tar.gz
ports-c8bbb5c11aaa3950bfd9580afe9b715218c95e72.zip
Unify post-install targets of migemo-* ports.
Notes
Notes: svn path=/head/; revision=67478
Diffstat (limited to 'japanese/migemo')
-rw-r--r--japanese/migemo/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/migemo/Makefile b/japanese/migemo/Makefile
index dd818a1625aa..c6b115577ff7 100644
--- a/japanese/migemo/Makefile
+++ b/japanese/migemo/Makefile
@@ -29,7 +29,11 @@ RUN_DEPENDS+= ${RUBY_SITELIBDIR}/romkan.rb:${PORTSDIR}/japanese/ruby-romkan \
CONFIGURE_ARGS+=--with-rubydir=${RUBY_SITELIBDIR}
post-install:
+.if defined(EMACS_PORT_NAME)
+ @${CAT} ${PKGMESSAGE}
+.else
@${MKDIR} -p ${DOCSDIR}
@${MV} ${PREFIX}/share/migemo/migemo.ja.html ${DOCSDIR}
+.endif
.include <bsd.port.mk>