1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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
This commit is contained in:
Yuri Victorovich 2020-04-10 16:42:54 +00:00
parent 3bfe58bf1b
commit 1533849df7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=531331

View File

@ -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>