diff options
Diffstat (limited to 'devel/py-psyco/Makefile')
-rw-r--r-- | devel/py-psyco/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-psyco/Makefile b/devel/py-psyco/Makefile index 7619d77d84be..7859361893db 100644 --- a/devel/py-psyco/Makefile +++ b/devel/py-psyco/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-psyco -# Date created: 5 September 2002 -# Whom: Alex Rodioukov <simuran@shaw.ca> -# +# Created by: Alex Rodioukov <simuran@shaw.ca> # $FreeBSD$ -# PORTNAME= psyco PORTVERSION= 1.6 @@ -22,6 +18,7 @@ USE_PYDISTUTILS=yes WRKSRC= ${WRKDIR}/psyco-${PORTVERSION} +NO_STAGE= yes post-install: # permission safeness @${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME}/ |