diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-03 14:22:32 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-03 14:22:32 +0000 |
commit | d2640c84276067f57ad78ddf0a235251a446cf4d (patch) | |
tree | ff110882a96299430d5b5645668e1b5d351b61f8 /www/gaeo/Makefile | |
parent | 9ba26531472a5ceccb7324100011cfadbce5cc90 (diff) | |
download | ports-d2640c84276067f57ad78ddf0a235251a446cf4d.tar.gz ports-d2640c84276067f57ad78ddf0a235251a446cf4d.zip |
Notes
Diffstat (limited to 'www/gaeo/Makefile')
-rw-r--r-- | www/gaeo/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/gaeo/Makefile b/www/gaeo/Makefile index 81ef5c0a2629..6ce871b3d343 100644 --- a/www/gaeo/Makefile +++ b/www/gaeo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gaeo -PORTVERSION= 45 +PORTVERSION= 50 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-trunk-r${PORTVERSION} @@ -23,8 +23,6 @@ NO_BUILD= yes USE_PYTHON= 2.5+ USE_ZIP= yes -WRKSRC= ${WRKDIR}/${PORTNAME} - post-patch: ${REINPLACE_CMD} -e "s,%%DATADIR%%,${DATADIR},g" ${WRKSRC}/bin/gaeo.py |