Date: Sat, 31 Aug 2019 05:51:40 +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: r510318 - head/net/ntpsec Message-ID: <201908310551.x7V5peJi026766@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Aug 31 05:51:40 2019 New Revision: 510318 URL: https://svnweb.freebsd.org/changeset/ports/510318 Log: net/ntpsec: Fix plist (man pages lacked .gz suffix for some reason) Reported by: Beat Siegenthaler <beat.siegenthaler@beatsnet.com> (via e-mail) Modified: head/net/ntpsec/Makefile Modified: head/net/ntpsec/Makefile ============================================================================== --- head/net/ntpsec/Makefile Sat Aug 31 05:43:37 2019 (r510317) +++ head/net/ntpsec/Makefile Sat Aug 31 05:51:40 2019 (r510318) @@ -21,6 +21,6 @@ MAKE_ENV= NOSYNC=1 # workaround for the console proble 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908310551.x7V5peJi026766>