Index: head/graphics/py-ming/files/patch-Makefile.in =================================================================== --- head/graphics/py-ming/files/patch-Makefile.in (revision 292000) +++ head/graphics/py-ming/files/patch-Makefile.in (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2011-10-26 15:30:21.000000000 +0800 -+++ Makefile.in 2011-11-20 14:11:44.898221010 +0800 -@@ -414,7 +414,7 @@ - rm -Rf test.swf build - - install: -- $(PYTHON) setup.py install --prefix $(prefix) --root "/$(DESTDIR)" -+ $(PYTHON) setup.py install --prefix $(prefix) - - test.swf: - $(PYTHON) shape.py Property changes on: head/graphics/py-ming/files/patch-Makefile.in ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.2 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/graphics/py-ming/Makefile =================================================================== --- head/graphics/py-ming/Makefile (revision 292000) +++ head/graphics/py-ming/Makefile (revision 292001) @@ -1,34 +1,30 @@ # New ports collection makefile for: Python/Ming # Date created: 16 Oct 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= ming PORTREVISION= 0 CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python module for Ming which allows you to create Flash 4/5 movies BUILD_WRKSRC= ${WRKSRC}/py_ext CONFIGURE_ARGS= --enable-python INSTALL_WRKSRC= ${WRKSRC}/py_ext PATCH_WRKSRC= ${WRKSRC}/py_ext PATCHDIR= ${.CURDIR}/files PLIST= ${.CURDIR}/pkg-plist -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= yes MASTERDIR= ${.CURDIR}/../../graphics/ming SLAVEPORT= py PYDISTUTILS_PKGNAME= mingc PYDISTUTILS_PKGVERSION= ${PORTVERSION} - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local/|${LOCALBASE}/|g' ${WRKSRC}/py_ext/setup.py - @${LN} -sf ${LOCALBASE}/include/ming ${WRKSRC}/src .include "${MASTERDIR}/Makefile" Property changes on: head/graphics/py-ming/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.23 \ No newline at end of property +1.24 \ No newline at end of property