diff options
author | Doug Barton <dougb@FreeBSD.org> | 2003-06-07 22:56:34 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2003-06-07 22:56:34 +0000 |
commit | 95cfdcc8b6a9c07b40477662aa446e3bdd99525b (patch) | |
tree | 20c69c9609cbbda92bfa171611d4723f710b51f0 /dns/bind94/Makefile | |
parent | 4c20234f915b55aa0167ed6fcd132aafb0ea26c7 (diff) |
Display the new pkg-message after port build.
Notes
Notes:
svn path=/head/; revision=82483
Diffstat (limited to 'dns/bind94/Makefile')
-rw-r--r-- | dns/bind94/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind94/Makefile b/dns/bind94/Makefile index 7ef6b3323d36..1067fabd52dd 100644 --- a/dns/bind94/Makefile +++ b/dns/bind94/Makefile @@ -109,4 +109,6 @@ post-install: ${WRKSRC}/README ${DOCSDIR}/ .endif + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> |