From: David Marec Date: Sun, 10 May 2020 16:01:14 +0000 (+0200) Subject: Post-script: no need to path for python version X-Git-Tag: plist-nls~10 X-Git-Url: http://popeye.lapinbilly.eu/git/?p=inkscape-1.0-freebsd.git;a=commitdiff_plain;h=adbc87ea6b652ed1b397e18a12b61679f4980210 Post-script: no need to path for python version both entries are now defined --- diff --git a/Makefile b/Makefile index d9cb548..2fe6999 100644 --- a/Makefile +++ b/Makefile @@ -111,8 +111,11 @@ NLS_CMAKE_BOOL= WITH_NLS NLS_USES= gettext post-patch: -# Third entry in the table of interpreters is basename of executable - @${REINPLACE_CMD} -e 's|python|${PYTHON_VERSION}|3' \ - ${WRKSRC}/src/extension/implementation/script.cpp + @${REINPLACE_CMD} -e 's|web-set-att|web_set_att|g' \ + ${WRKSRC}/po/*.po + @${REINPLACE_CMD} -e 's|web-transmit-att|web_transmit_att|g' \ + ${WRKSRC}/po/*.po + @${TOUCH} ${WRKSRC}/share/extensions/gcodetools_check_for_updates.inx.h + .include