diff options
author | vs <vs@FreeBSD.org> | 2004-11-09 23:01:31 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-11-09 23:01:31 +0800 |
commit | 63efd325044883034a1f7ba7652f1e17425303eb (patch) | |
tree | f641171a94cb0eda096a4a08ce506952a8a0b3c5 | |
parent | 440d8c309c836090b38e2ce9d7cdb3662c92610d (diff) | |
download | freebsd-ports-gnome-63efd325044883034a1f7ba7652f1e17425303eb.tar.gz freebsd-ports-gnome-63efd325044883034a1f7ba7652f1e17425303eb.tar.zst freebsd-ports-gnome-63efd325044883034a1f7ba7652f1e17425303eb.zip |
Display pkg-message when installing from port
PR: ports/73693
Submitted by: TAOKA Fumiyoshi
-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> |