Index: head/net/ntpsec/Makefile =================================================================== --- head/net/ntpsec/Makefile (revision 506072) +++ head/net/ntpsec/Makefile (revision 506073) @@ -1,25 +1,26 @@ # $FreeBSD$ PORTNAME= ntpsec DISTVERSION= 1.1.5 +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= 79cd18fc56fc902c3a7fd78bcc32ee72f52eb396 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 >> ${TMPPLIST} .include Index: head/net/ntpsec/files/patch-wafhelpers_asciidoc.py =================================================================== --- head/net/ntpsec/files/patch-wafhelpers_asciidoc.py (nonexistent) +++ head/net/ntpsec/files/patch-wafhelpers_asciidoc.py (revision 506073) @@ -0,0 +1,8 @@ +--- wafhelpers/asciidoc.py.orig 2019-07-06 22:32:43 UTC ++++ wafhelpers/asciidoc.py +@@ -70,4 +70,4 @@ def run_a2x(self, node): + out = "%s.%s" % (n_file.replace("-man.adoc.man-tmp", ""), self.section) + out_n = self.bld.path.find_or_declare(out) + self.create_task('a2x', node, out_n) +- self.bld.install_files("${MANDIR}/man%s/" % self.section, out_n) ++ self.bld.install_files("${MANDIR}/../../man/man%s/" % self.section, out_n) Property changes on: head/net/ntpsec/files/patch-wafhelpers_asciidoc.py ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property