diff options
Diffstat (limited to 'dns/fastresolve/Makefile')
-rw-r--r-- | dns/fastresolve/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dns/fastresolve/Makefile b/dns/fastresolve/Makefile index b148818c5927..732e4fd765d3 100644 --- a/dns/fastresolve/Makefile +++ b/dns/fastresolve/Makefile @@ -32,4 +32,10 @@ MAN1= dns-terror.1 btree-dump.1 convert-dom-db.1 convert-ip-db.1 \ pre-configure: @(cd ${WRKSRC} && aclocal14) +post-install: + @${ECHO_MSG} "" + @${ECHO_MSG} "If you want to use the convert-ip-db script you must" + @${ECHO_MSG} "install the databases/p5-BerkeleyDB port" + @${ECHO_MSG} "" + .include <bsd.port.post.mk> |