diff options
Diffstat (limited to 'dns/pdnsd/Makefile')
-rw-r--r-- | dns/pdnsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/pdnsd/Makefile b/dns/pdnsd/Makefile index 00762d690fb0..cea5a373aa0a 100644 --- a/dns/pdnsd/Makefile +++ b/dns/pdnsd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pdnsd -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.5 CATEGORIES= net MASTER_SITES= http://home.t-online.de/home/Moestl/ @@ -15,6 +15,8 @@ MAINTAINER= roman@xpert.com GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cachedir=${PDNSDB} +MAN8= pdnsd-ctl.8 + PDNSDB= /var/db/pdnsd post-install: |