svn commit: r340974 - head/dns/dnstracer

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 25 00:54:22 UTC 2014


Author: bapt
Date: Sat Jan 25 00:54:22 2014
New Revision: 340974
URL: http://svnweb.freebsd.org/changeset/ports/340974
QAT: https://qat.redports.org/buildarchive/r340974/

Log:
  Support stage

Modified:
  head/dns/dnstracer/Makefile

Modified: head/dns/dnstracer/Makefile
==============================================================================
--- head/dns/dnstracer/Makefile	Sat Jan 25 00:50:23 2014	(r340973)
+++ head/dns/dnstracer/Makefile	Sat Jan 25 00:54:22 2014	(r340974)
@@ -11,18 +11,13 @@ COMMENT=	Trace a chain of DNS servers to
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX}
-USE_GMAKE=	yes
+USES=		gmake
 
-MAN8=		dnstracer.8
-PLIST_FILES=	bin/dnstracer
+PLIST_FILES=	bin/dnstracer \
+		man/man8/dnstracer.8.gz
 
 OPTIONS_DEFINE=		IPV6
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MIPV6}
-CONFIGURE_ARGS+=--disable-ipv6
-.endif
+IPV6_CONFIGURE_ENABLE=	--disable-ipv6
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list