diff options
Diffstat (limited to 'dns/sleuth/Makefile')
-rw-r--r-- | dns/sleuth/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dns/sleuth/Makefile b/dns/sleuth/Makefile index 68de2f1d00d0..5ec6d0569a8d 100644 --- a/dns/sleuth/Makefile +++ b/dns/sleuth/Makefile @@ -6,17 +6,19 @@ # PORTNAME= sleuth -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 CATEGORIES= dns MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= A tool for checking DNS zones RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS USE_PERL5= yes +PLIST_FILES= bin/sleuth etc/sleuth.conf.sample + post-patch: ${PERL} -pi -e "s|/etc/sleuth.conf|${PREFIX}/etc/sleuth.conf|g; \ s|#!/usr/bin/perl|#!${PERL}|g;" ${WRKSRC}/sleuth |