svn commit: r531331 - head/net/ntpsec

Yuri Victorovich yuri at FreeBSD.org
Fri Apr 10 16:42:55 UTC 2020


Author: yuri
Date: Fri Apr 10 16:42:54 2020
New Revision: 531331
URL: https://svnweb.freebsd.org/changeset/ports/531331

Log:
  net/ntpsec: Change the manpage path to share/man
  
  In the light of CHANGES/20200115 amdmi3's commit r531317 was correct.
  
  Update the port accordingly.
  
  Reported by:	tobik

Modified:
  head/net/ntpsec/Makefile

Modified: head/net/ntpsec/Makefile
==============================================================================
--- head/net/ntpsec/Makefile	Fri Apr 10 16:37:47 2020	(r531330)
+++ head/net/ntpsec/Makefile	Fri Apr 10 16:42:54 2020	(r531331)
@@ -3,7 +3,7 @@
 PORTNAME=	ntpsec
 DISTVERSIONPREFIX=	NTPsec_
 DISTVERSION=	1_1_8
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 
 MAINTAINER=	yuri at FreeBSD.org
@@ -24,7 +24,6 @@ PORTSCOUT=	limit:^[0-9_\.]*$$
 
 post-install: # autoplist: plist varies depending on the python version
 	@cd ${STAGEDIR}${PREFIX} && \
-		${MV} share/man/* man/ && \
-		${FIND} * -type f -or -type l | ${SED} -e 's|^man/.*|&.gz|' >> ${TMPPLIST}
+		${FIND} * -type f -or -type l | ${SED} -e 's|^share/man/.*|&.gz|' >> ${TMPPLIST}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list