svn commit: r367214 - head/Mk/Uses

Antoine Brodin antoine at FreeBSD.org
Wed Sep 3 15:49:10 UTC 2014


Author: antoine
Date: Wed Sep  3 15:49:09 2014
New Revision: 367214
URL: http://svnweb.freebsd.org/changeset/ports/367214
QAT: https://qat.redports.org/buildarchive/r367214/

Log:
  Fix man pages in ports using python autoplist after MANEXT removal

Modified:
  head/Mk/Uses/python.mk

Modified: head/Mk/Uses/python.mk
==============================================================================
--- head/Mk/Uses/python.mk	Wed Sep  3 15:36:42 2014	(r367213)
+++ head/Mk/Uses/python.mk	Wed Sep  3 15:49:09 2014	(r367214)
@@ -577,7 +577,7 @@ add-plist-pymod:
 	@${ECHO_CMD} "${_RELLIBDIR}" >> ${WRKDIR}/.localmtree
 	@${SED} -e 's|^${STAGEDIR}${PREFIX}/||' \
 		-e 's|^${PREFIX}/||' \
-		-e 's|^\(man/.*man[0-9]\)/\(.*\.[0-9]\)$$|\1/\2${MANEXT}|' \
+		-e 's|^\(man/.*man[0-9]\)/\(.*\.[0-9]\)$$|\1/\2.gz|' \
 		${_PYTHONPKGLIST} | ${SORT} >> ${TMPPLIST}
 	@${SED} -e 's|^${STAGEDIR}${PREFIX}/\(.*\)/\(.*\)|\1|' \
 		-e 's|^${PREFIX}/\(.*\)/\(.*\)|\1|' ${_PYTHONPKGLIST} | \


More information about the svn-ports-head mailing list