aboutsummaryrefslogtreecommitdiff
path: root/net/ntpsec
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-04-10 15:47:02 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-04-10 15:47:02 +0000
commit7838e2549e72bbd711e4a113f8103b76bb4ce1fa (patch)
tree772cf1f59a92ff7154a060909cc384dfe61ad10a /net/ntpsec
parent9cb549b6c2190bcc3ccb5597aba33a9abdefa70a (diff)
downloadports-7838e2549e72bbd711e4a113f8103b76bb4ce1fa.tar.gz
ports-7838e2549e72bbd711e4a113f8103b76bb4ce1fa.zip
net/ntpsec: Fix build; Add missing dependencies asciidoc and mDNSResponder; Correct LICENSE
PR: 245503 245502 Reported by: amdmi3 gelonnov@gmail.com
Notes
Notes: svn path=/head/; revision=531325
Diffstat (limited to 'net/ntpsec')
-rw-r--r--net/ntpsec/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/net/ntpsec/Makefile b/net/ntpsec/Makefile
index a3759087e3b8..9229d9ad824c 100644
--- a/net/ntpsec/Makefile
+++ b/net/ntpsec/Makefile
@@ -3,12 +3,16 @@
PORTNAME= ntpsec
DISTVERSIONPREFIX= NTPsec_
DISTVERSION= 1_1_8
+PORTREVISION= 1
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
COMMENT= Network Time Protocol suite, refactored
-LICENSE= BSD3CLAUSE
+LICENSE= BSD2CLAUSE
+
+BUiD_DEPENDS= asciidoc:textproc/asciidoc
+LIB_DEPENDS= libdns_sd.so:net/mDNSResponder
USES= bison gettext-runtime pkgconfig python shebangfix ssl waf
SHEBANG_FILES= ${WRKSRC}/ntpclients/ntp*.py
@@ -20,6 +24,7 @@ PORTSCOUT= limit:^[0-9_\.]*$$
post-install: # autoplist: plist varies depending on the python version
@cd ${STAGEDIR}${PREFIX} && \
- ${FIND} * -type f -or -type l | ${SED} -e 's|^share/man/.*|&.gz|' >> ${TMPPLIST}
+ ${MV} share/man/* man/ && \
+ ${FIND} * -type f -or -type l | ${SED} -e 's|^man/.*|&.gz|' >> ${TMPPLIST}
.include <bsd.port.mk>