svn commit: r510318 - head/net/ntpsec

Yuri Victorovich yuri at FreeBSD.org
Sat Aug 31 05:51:40 UTC 2019


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


More information about the svn-ports-all mailing list