X-Git-Url: http://popeye.lapinbilly.eu/git/?p=inkscape-1.0-freebsd.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=2fe6999b027798569a220a6c03227e360aaafd47;hp=d9cb5480be7c4662794733afb70cc2587b6783b0;hb=adbc87ea6b652ed1b397e18a12b61679f4980210;hpb=79dffda1cddafa69e1a62e2aa3b78f81a330e462 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