=================================================================== RCS file: /cvs/ports/graphics/uniconvw/Makefile,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/graphics/uniconvw/Makefile 2010/10/23 13:41:43 1.1 +++ ports/graphics/uniconvw/Makefile 2010/10/27 08:07:56 1.2 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 2010/10/23 12:41:43 yason Exp $ +# $OpenBSD: Makefile,v 1.2 2010/10/27 07:07:56 yason Exp $ COMMENT = Gtk frontend for UniConvertor @@ -28,9 +28,6 @@ NO_REGRESS = Yes SUBST_VARS = V - -post-patch: - perl -pi -e 's,/usr/bin/python,${MODPY_BIN},g' ${WRKSRC}/src/uniconvw - perl -pi -e 's,/usr/bin/python,${MODPY_BIN},g' ${WRKSRC}/src/__init__.py +MODPY_ADJ_FILES = src/uniconvw src/__init__.py .include