aboutsummaryrefslogtreecommitdiff
path: root/www/py-paste
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2007-01-07 09:49:49 +0000
committerNicola Vitale <nivit@FreeBSD.org>2007-01-07 09:49:49 +0000
commit7baae077352497e76f437c3dd52e8465aea5c0b3 (patch)
tree9b47207d4097382a0608b158df6242abd6e7a551 /www/py-paste
parent47827294ecb66819473eeaf2e5b24e2eca0f26a7 (diff)
downloadports-7baae077352497e76f437c3dd52e8465aea5c0b3.tar.gz
ports-7baae077352497e76f437c3dd52e8465aea5c0b3.zip
- Fixed PYPASTE_EGG value
Reviewed by: dryice (maintainer) Approved by: alexbl (mentor)
Notes
Notes: svn path=/head/; revision=181669
Diffstat (limited to 'www/py-paste')
-rw-r--r--www/py-paste/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-paste/Makefile b/www/py-paste/Makefile
index 9eb3f31107a4..00f9b5255dff 100644
--- a/www/py-paste/Makefile
+++ b/www/py-paste/Makefile
@@ -29,6 +29,6 @@ SUB_FILES+= pkg-deinstall pkg-install
SUB_LIST+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \
EGG="${PORTNAME}==${PORTVERSION}"
-PYPASTE_EGG= ${PORTNAME}-${PORTVERSION}-${PYTHON_VERSION:S/^python//}.egg
+PYPASTE_EGG= ${PORTNAME}-${PORTVERSION}-py${PYTHON_VERSION:S/^python//}.egg
.include <bsd.port.mk>