diff --git a/net/ntpsec/Makefile b/net/ntpsec/Makefile index 07f26fa62186..72023787036d 100644 --- a/net/ntpsec/Makefile +++ b/net/ntpsec/Makefile @@ -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