=================================================================== RCS file: /cvs/ports/graphics/uniconvertor/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ports/graphics/uniconvertor/Makefile 2010/07/01 07:17:38 1.3 +++ ports/graphics/uniconvertor/Makefile 2010/10/27 08:10:04 1.4 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2010/07/01 06:17:38 yason Exp $ +# $OpenBSD: Makefile,v 1.4 2010/10/27 07:10:04 yason Exp $ COMMENT = universal vector graphics translator @@ -23,10 +23,9 @@ NO_REGRESS = Yes -SUBST_VARS = V +SEPARATE_BUILD = concurrent -post-patch: - perl -pi -e 's,python,${MODPY_BIN},g' ${WRKSRC}/src/uniconv - perl -pi -e 's,/usr/bin/python,${MODPY_BIN},g' ${WRKSRC}/src/__init__.py +SUBST_VARS = V +MODPY_ADJ_FILES = src/uniconv src/__init__.py .include