=================================================================== RCS file: /cvs/ports/graphics/uniconvw/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.3 diff -u -r1.1.1.1 -r1.3 --- ports/graphics/uniconvw/Makefile 2010/10/23 13:41:43 1.1.1.1 +++ ports/graphics/uniconvw/Makefile 2010/10/27 08:34:46 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2010/10/23 12:41:43 yason Exp $ +# $OpenBSD: Makefile,v 1.3 2010/10/27 07:34:46 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 = setup.py src/uniconvw src/__init__.py .include