summaryrefslogtreecommitdiff
path: root/japanese/esecanna
diff options
context:
space:
mode:
authorSeiichirou Hiraoka <flathill@FreeBSD.org>2000-02-03 15:50:05 +0000
committerSeiichirou Hiraoka <flathill@FreeBSD.org>2000-02-03 15:50:05 +0000
commitf09bd223ce3a2a6190493ebacc36d4fcf2b2499a (patch)
treec223bf84e5326bfd42c8eed87818b090b309af57 /japanese/esecanna
parentQuiet a portlint(1) warning. (diff)
add a post-install target to show pkg/MESSAGE
Requested by: Maintainer
Notes
Notes: svn path=/head/; revision=25459
Diffstat (limited to 'japanese/esecanna')
-rw-r--r--japanese/esecanna/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/japanese/esecanna/Makefile b/japanese/esecanna/Makefile
index 7aad19596137..9ce35854c3d4 100644
--- a/japanese/esecanna/Makefile
+++ b/japanese/esecanna/Makefile
@@ -39,4 +39,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/4DEVELOPERS.jp ${WRKSRC}/README.jp ${DOCDIR}
.endif
+post-install:
+ @${CAT} ${PKGDIR}/MESSAGE
+
.include <bsd.port.mk>