freebsd-ports/net/ntpsec/Makefile
Yuri Victorovich e2ca628021 net/ntpsec: Fix plist (man pages lacked .gz suffix for some reason)
Reported by:	Beat Siegenthaler <beat.siegenthaler@beatsnet.com> (via e-mail)
2019-08-31 05:51:40 +00:00

26 lines
707 B
Makefile

# $FreeBSD$
PORTNAME= ntpsec
DISTVERSION= 1.1.6
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= yuri@FreeBSD.org
COMMENT= Network Time Protocol suite, refactored
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= bison gettext-runtime python shebangfix ssl waf
SHEBANG_FILES= ${WRKSRC}/ntpclients/ntp*.py
USE_GITLAB= yes
GL_ACCOUNT= NTPsec
GL_COMMIT= 0d119a8faf80180ac144e3c1f21988cfd708ed91
MAKE_ENV= NOSYNC=1 # workaround for the console problem: https://gitlab.com/NTPsec/ntpsec/issues/599
post-install: # autoplist: plist varies depending on the python version
@cd ${STAGEDIR}${PREFIX} && \
${FIND} * -type f -or -type l | ${SED} -e 's|^man/.*|&.gz|' >> ${TMPPLIST}
.include <bsd.port.mk>