=================================================================== RCS file: /cvs/ports/graphics/uniconvertor/Makefile,v retrieving revision 1.1 retrieving revision 1.3 diff -u -r1.1 -r1.3 --- ports/graphics/uniconvertor/Makefile 2009/06/11 15:27:06 1.1 +++ ports/graphics/uniconvertor/Makefile 2010/07/01 07:17:38 1.3 @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.1 2009/06/11 14:27:06 yason Exp $ +# $OpenBSD: Makefile,v 1.3 2010/07/01 06:17:38 yason Exp $ COMMENT = universal vector graphics translator -V = 1.1.4 +V = 1.1.5 DISTNAME = uniconvertor-${V} CATEGORIES = graphics @@ -11,19 +11,19 @@ #MAINTAINER = ??? -# GPLv2 +# GPLv2/LGPLv2 PERMIT_PACKAGE_CDROM = Yes PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -MASTER_SITES = http://sk1project.org/downloads/uniconvertor/v${V}/ +MASTER_SITES = http://uniconvertor.googlecode.com/files/ MODULES = lang/python NO_REGRESS = Yes -WRKDIST = ${WRKDIR}/UniConvertor-${V} +SUBST_VARS = V post-patch: perl -pi -e 's,python,${MODPY_BIN},g' ${WRKSRC}/src/uniconv