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:
parent
3924ff0ed9
commit
e2ca628021
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510318
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user