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/bind95 | |
parent | 4c20234f915b55aa0167ed6fcd132aafb0ea26c7 (diff) | |
download | ports-95cfdcc8b6a9c07b40477662aa446e3bdd99525b.tar.gz ports-95cfdcc8b6a9c07b40477662aa446e3bdd99525b.zip |
Notes
Diffstat (limited to 'dns/bind95')
-rw-r--r-- | dns/bind95/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 7ef6b3323d36..1067fabd52dd 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -109,4 +109,6 @@ post-install: ${WRKSRC}/README ${DOCSDIR}/ .endif + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> |