aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/esecanna
diff options
context:
space:
mode:
authorflathill <flathill@FreeBSD.org>2000-02-03 23:50:05 +0800
committerflathill <flathill@FreeBSD.org>2000-02-03 23:50:05 +0800
commitd11a40001dbd6695dc94d3be754034546366f75c (patch)
treece1b75d32580ae8a0f1319184c312a13ab2af360 /japanese/esecanna
parent1bdea3254183c807c0be7fe27272e7a29470f883 (diff)
downloadfreebsd-ports-gnome-d11a40001dbd6695dc94d3be754034546366f75c.tar.gz
freebsd-ports-gnome-d11a40001dbd6695dc94d3be754034546366f75c.tar.zst
freebsd-ports-gnome-d11a40001dbd6695dc94d3be754034546366f75c.zip
add a post-install target to show pkg/MESSAGE
Requested by: Maintainer
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>