From 34b5400b3cc18f9b94d641edcb7428450e679a13 Mon Sep 17 00:00:00 2001 From: kevlo Date: Tue, 21 May 2002 02:49:56 +0000 Subject: Update to 2.8 PR: 38357 Submitted by: MAINTAINER --- devel/py-ro/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/py-ro/Makefile') diff --git a/devel/py-ro/Makefile b/devel/py-ro/Makefile index df1c1f7..9f258b6 100644 --- a/devel/py-ro/Makefile +++ b/devel/py-ro/Makefile @@ -7,7 +7,7 @@ # PORTNAME= ro -PORTVERSION= 2.7 +PORTVERSION= 2.8 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pyro @@ -22,8 +22,8 @@ USE_PYDISTUTILS= yes DOCSDIR= ${PREFIX}/share/doc/py-ro EXAMPLESDIR= ${PREFIX}/share/examples/py-ro -post-patch: - ${PERL} -pi -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/setup.cfg +post-extract: + @${FIND} ${WRKSRC}/examples -name '*.pyc' -exec ${RM} -f {} \; .if !defined(NOPORTDOCS) post-install: -- cgit v1.1