svn commit: r426958 - head/dns/dnstracer

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Nov 23 19:11:01 UTC 2016


Author: amdmi3
Date: Wed Nov 23 19:11:00 2016
New Revision: 426958
URL: https://svnweb.freebsd.org/changeset/ports/426958

Log:
  - Add LICENSE
  - Fix ipv6 option handling
  - Remove useless post-install

Modified:
  head/dns/dnstracer/Makefile

Modified: head/dns/dnstracer/Makefile
==============================================================================
--- head/dns/dnstracer/Makefile	Wed Nov 23 19:10:03 2016	(r426957)
+++ head/dns/dnstracer/Makefile	Wed Nov 23 19:11:00 2016	(r426958)
@@ -10,7 +10,11 @@ MASTER_SITES=	http://www.mavetju.org/dow
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Trace a chain of DNS servers to the source
 
-USES=		gmake
+LICENSE=	BSD2CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BROKEN_sparc64=	fails to build
+
 USES=		gmake autoreconf
 GNU_CONFIGURE=	yes
 
@@ -19,12 +23,6 @@ PLIST_FILES=	bin/dnstracer \
 
 OPTIONS_DEFINE=		IPV6
 
-IPV6_CONFIGURE_ENABLE=	--disable-ipv6
-
-BROKEN_sparc64=	fails to build
-
-post-install:
-	${MKDIR} ${STAGEDIR}/${PREFIX}/
-	${INSTALL_MAN} ${WRKSRC}/dnstracer.8 ${STAGEDIR}${PREFIX}/man/man8/dnstracer.8
+IPV6_CONFIGURE_ENABLE=	ipv6
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list