aboutsummaryrefslogtreecommitdiff
path: root/dns/dnswalk/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-07-20 10:52:17 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-07-20 10:52:17 +0000
commitded1e248df34e7291844446e381b0db9146bbb5f (patch)
treecf280bc6e86fbb1b88a71a61830b9b343167da9e /dns/dnswalk/Makefile
parent1a45b56f60144f5907f36b5c82f29e12345d0c25 (diff)
Notes
Diffstat (limited to 'dns/dnswalk/Makefile')
-rw-r--r--dns/dnswalk/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/dns/dnswalk/Makefile b/dns/dnswalk/Makefile
index 830eec26c661..9a46aad85137 100644
--- a/dns/dnswalk/Makefile
+++ b/dns/dnswalk/Makefile
@@ -7,9 +7,9 @@
PORTNAME= dnswalk
PORTVERSION= 2.0.2
+PORTREVISION= 1
CATEGORIES= dns
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
MAINTAINER= mark@foster.cc
COMMENT= DNS debugger - requests a zone transfer and analyzes the result
@@ -28,10 +28,12 @@ pre-configure:
< ${WRKDIR}/dnswalk.orig > ${WRKDIR}/dnswalk
do-install:
+.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKDIR}/do-dnswalk ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKDIR}/makereports ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKDIR}/sendreports ${EXAMPLESDIR}
+.endif
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKDIR}/README ${DOCSDIR}