Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2020 16:42:54 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531331 - head/net/ntpsec
Message-ID:  <202004101642.03AGgs1f016829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004101642.03AGgs1f016829>