svn commit: r330849 - head/Mk

Marcus von Appen mva at FreeBSD.org
Sat Oct 19 07:49:54 UTC 2013


Author: mva
Date: Sat Oct 19 07:49:54 2013
New Revision: 330849
URL: http://svnweb.freebsd.org/changeset/ports/330849

Log:
  - Fix replacement expressions for manpages, if PYDISTUTILS_AUTOPLIST is set

Modified:
  head/Mk/bsd.python.mk

Modified: head/Mk/bsd.python.mk
==============================================================================
--- head/Mk/bsd.python.mk	Sat Oct 19 06:40:36 2013	(r330848)
+++ head/Mk/bsd.python.mk	Sat Oct 19 07:49:54 2013	(r330849)
@@ -529,7 +529,7 @@ add-plist-pymod:
 	@${ECHO_CMD} "${_RELSITELIBDIR}" >> ${WRKDIR}/.localmtree
 	@${ECHO_CMD} "${_RELLIBDIR}" >> ${WRKDIR}/.localmtree
 	@${SED} -e 's|^${PREFIX}/||' \
-		-e 's|^\(man/man[0-9]\)/\(.*\.[0-9]\)$|\1/\2${MANEXT}|' \
+		-e 's|^\(man/man[0-9]\)/\(.*\.[0-9]\)$$|\1/\2${MANEXT}|' \
 		${_PYTHONPKGLIST} | ${SORT} >> ${TMPPLIST}
 	@${SED} -e 's|^${PREFIX}/\(.*\)/\(.*\)|\1|' ${_PYTHONPKGLIST} | \
 		${AWK} '{ num = split($$0, a, "/"); res=""; \


More information about the svn-ports-head mailing list