svn commit: r506073 - in head/net/ntpsec: . files

Yuri Victorovich yuri at FreeBSD.org
Sat Jul 6 22:39:19 UTC 2019


Author: yuri
Date: Sat Jul  6 22:39:18 2019
New Revision: 506073
URL: https://svnweb.freebsd.org/changeset/ports/506073

Log:
  net/ntpsec: Fix the man page location
  
  PR:		239025
  Reported by:	C <cm at appliedprivacy.net>

Added:
  head/net/ntpsec/files/
  head/net/ntpsec/files/patch-wafhelpers_asciidoc.py   (contents, props changed)
Modified:
  head/net/ntpsec/Makefile

Modified: head/net/ntpsec/Makefile
==============================================================================
--- head/net/ntpsec/Makefile	Sat Jul  6 22:37:33 2019	(r506072)
+++ head/net/ntpsec/Makefile	Sat Jul  6 22:39:18 2019	(r506073)
@@ -2,6 +2,7 @@
 
 PORTNAME=	ntpsec
 DISTVERSION=	1.1.5
+PORTREVISION=	1
 CATEGORIES=	net
 
 MAINTAINER=	yuri at FreeBSD.org

Added: head/net/ntpsec/files/patch-wafhelpers_asciidoc.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/ntpsec/files/patch-wafhelpers_asciidoc.py	Sat Jul  6 22:39:18 2019	(r506073)
@@ -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)


More information about the svn-ports-all mailing list