summaryrefslogtreecommitdiff
path: root/editors/tamago-emacs21
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-11-09 15:01:31 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-11-09 15:01:31 +0000
commita9db29ea5edf14352d86191e38ac80440152a25d (patch)
tree3ec9580e439ee08664b3d2bb6ad751b2fc6603ae /editors/tamago-emacs21
parentAdd "pkg-install". (diff)
Display pkg-message when installing from port
PR: ports/73693 Submitted by: TAOKA Fumiyoshi
Notes
Notes: svn path=/head/; revision=121197
Diffstat (limited to 'editors/tamago-emacs21')
-rw-r--r--editors/tamago-emacs21/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile
index a811d47c6dfa..8a9be0d1cc92 100644
--- a/editors/tamago-emacs21/Makefile
+++ b/editors/tamago-emacs21/Makefile
@@ -43,5 +43,6 @@ pre-configure:
post-install:
${TOUCH} ${ELISPDIR}/egg/egg/.nosearch
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>