aboutsummaryrefslogtreecommitdiff
path: root/devel/py-psyco/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-12-24 09:27:07 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-12-24 09:27:07 +0000
commitb908acd9c8358674fcaf72061f3d4653bd37a231 (patch)
tree402eecd09a2ab547a5616e23676c60f0eb24e790 /devel/py-psyco/Makefile
parent64dead460139a69526ef96d6a6bf40a8dfefbd62 (diff)
downloadports-b908acd9c8358674fcaf72061f3d4653bd37a231.tar.gz
ports-b908acd9c8358674fcaf72061f3d4653bd37a231.zip
Notes
Diffstat (limited to 'devel/py-psyco/Makefile')
-rw-r--r--devel/py-psyco/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/py-psyco/Makefile b/devel/py-psyco/Makefile
index aa70cd85b98e..3c106252c254 100644
--- a/devel/py-psyco/Makefile
+++ b/devel/py-psyco/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= psyco
-PORTVERSION= 1.2
-PORTREVISION= 1
+PORTVERSION= 1.3
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= psyco
@@ -24,4 +23,8 @@ USE_PYDISTUTILS=yes
WRKSRC= ${WRKDIR}/psyco-${PORTVERSION}
+post-install:
+# fix installation permissions
+ @${CHMOD} ${SHAREMODE} ${PYTHON_SITELIBDIR}/psyco/*
+
.include <bsd.port.mk>