mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Add LICENSE
- Fix ipv6 option handling - Remove useless post-install
This commit is contained in:
parent
75950fc8f5
commit
fc4b4fb7d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426958
@ -10,7 +10,11 @@ MASTER_SITES= http://www.mavetju.org/download/
|
||||
MAINTAINER= ports@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>
|
||||
|
Loading…
Reference in New Issue
Block a user