diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-11-09 15:01:31 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-11-09 15:01:31 +0000 |
commit | a9db29ea5edf14352d86191e38ac80440152a25d (patch) | |
tree | 3ec9580e439ee08664b3d2bb6ad751b2fc6603ae /editors | |
parent | Add "pkg-install". (diff) |
Display pkg-message when installing from port
PR: ports/73693
Submitted by: TAOKA Fumiyoshi
Diffstat (limited to 'editors')
-rw-r--r-- | editors/tamago-emacs21/Makefile | 1 | ||||
-rw-r--r-- | editors/tamago/Makefile | 1 |
2 files changed, 2 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> diff --git a/editors/tamago/Makefile b/editors/tamago/Makefile index a811d47c6dfa..8a9be0d1cc92 100644 --- a/editors/tamago/Makefile +++ b/editors/tamago/Makefile @@ -43,5 +43,6 @@ pre-configure: post-install: ${TOUCH} ${ELISPDIR}/egg/egg/.nosearch + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> |