Index: head/graphics/py-ming/Makefile =================================================================== --- head/graphics/py-ming/Makefile (revision 34349) +++ head/graphics/py-ming/Makefile (revision 34350) @@ -1,42 +1,43 @@ # New ports collection makefile for: Python/Ming # Date created: 16 Oct 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= ming PORTVERSION= 0.0.3a +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= http://www.opaque.net/ming/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz MAINTAINER= knu@FreeBSD.org BUILD_DEPENDS= ${SWIG}:${PORTSDIR}/devel/SWIG-devel LIB_DEPENDS= ming.1:${PORTSDIR}/graphics/ming USE_PYTHON= yes MD5_FILE= ${PORTSDIR}/graphics/ming/distinfo WRKSRC= ${WRKDIR}/${DISTNAME}/py_ext MAKE_ARGS= PYTHON_VERSION="${PYTHON_VERSION}" SWIG="${SWIG}" SWIG= swig1.3 EXAMPLES= shape.py test.py post-extract: ${LN} -sf ../ming.i ${WRKSRC}/ post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/examples/${PYTHON_VERSION}/ming .for f in ${EXAMPLES} ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/examples/${PYTHON_VERSION}/ming/ .endfor .endif .include Property changes on: head/graphics/py-ming/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/graphics/py-ming/pkg-plist =================================================================== --- head/graphics/py-ming/pkg-plist (revision 34349) +++ head/graphics/py-ming/pkg-plist (revision 34350) @@ -1,5 +1,6 @@ lib/%%PYTHON_VERSION%%/site-packages/mingcmodule.so lib/%%PYTHON_VERSION%%/site-packages/ming.py share/examples/%%PYTHON_VERSION%%/ming/shape.py share/examples/%%PYTHON_VERSION%%/ming/test.py @dirrm share/examples/%%PYTHON_VERSION%%/ming +@unexec rmdir %D/share/examples/%%PYTHON_VERSION%% 2>/dev/null || true Property changes on: head/graphics/py-ming/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property