svn commit: r531317 - head/net/ntpsec

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 10 11:29:17 UTC 2020


Author: amdmi3
Date: Fri Apr 10 11:29:16 2020
New Revision: 531317
URL: https://svnweb.freebsd.org/changeset/ports/531317

Log:
  - Fix plist generation wrt manpage path
  
  Approved by:	portmgr blanket

Modified:
  head/net/ntpsec/Makefile

Modified: head/net/ntpsec/Makefile
==============================================================================
--- head/net/ntpsec/Makefile	Fri Apr 10 10:53:29 2020	(r531316)
+++ head/net/ntpsec/Makefile	Fri Apr 10 11:29:16 2020	(r531317)
@@ -20,6 +20,6 @@ PORTSCOUT=	limit:^[0-9_\.]*$$
 
 post-install: # autoplist: plist varies depending on the python version
 	@cd ${STAGEDIR}${PREFIX} && \
-		${FIND} * -type f -or -type l | ${SED} -e 's|^man/.*|&.gz|' >> ${TMPPLIST}
+		${FIND} * -type f -or -type l | ${SED} -e 's|^share/man/.*|&.gz|' >> ${TMPPLIST}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list