diff options
Diffstat (limited to 'dns/drill/Makefile')
-rw-r--r-- | dns/drill/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dns/drill/Makefile b/dns/drill/Makefile index 0692ed87b6a0..93874f1e016d 100644 --- a/dns/drill/Makefile +++ b/dns/drill/Makefile @@ -6,7 +6,7 @@ # PORTNAME= drill -PORTVERSION= 1.6.7 +PORTVERSION= 1.6.8 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ DISTNAME= ldns-${PORTVERSION} @@ -28,4 +28,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man PLIST_FILES= bin/drill +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> |