1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

net/ntpsec: Fix plist (man pages lacked .gz suffix for some reason)

Reported by:	Beat Siegenthaler <beat.siegenthaler@beatsnet.com> (via e-mail)
This commit is contained in:
Yuri Victorovich 2019-08-31 05:51:40 +00:00
parent 3924ff0ed9
commit e2ca628021
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510318

View File

@ -21,6 +21,6 @@ MAKE_ENV= NOSYNC=1 # workaround for the console problem: https://gitlab.com/NTPs
post-install: # autoplist: plist varies depending on the python version
@cd ${STAGEDIR}${PREFIX} && \
${FIND} * -type f -or -type l >> ${TMPPLIST}
${FIND} * -type f -or -type l | ${SED} -e 's|^man/.*|&.gz|' >> ${TMPPLIST}
.include <bsd.port.mk>