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/bind96 | |
parent | Correct the WWW link. (diff) |
Display the new pkg-message after port build.
Notes
Notes:
svn path=/head/; revision=82483
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 7ef6b3323d36..1067fabd52dd 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -109,4 +109,6 @@ post-install: ${WRKSRC}/README ${DOCSDIR}/ .endif + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> |