aboutsummaryrefslogtreecommitdiff
path: root/net/ntpsec
diff options
context:
space:
mode:
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>