aboutsummaryrefslogtreecommitdiff
path: root/devel/py-ice
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2010-08-17 16:24:17 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2010-08-17 16:24:17 +0000
commit828f8a91b0edc55ea2f3f0802c6e8424397bc877 (patch)
treef259b3b484eab5982a48237f2dde201a0e00a286 /devel/py-ice
parent79a603ed85269706880f8dda66768dd60af986ee (diff)
downloadports-828f8a91b0edc55ea2f3f0802c6e8424397bc877.tar.gz
ports-828f8a91b0edc55ea2f3f0802c6e8424397bc877.zip
Notes
Diffstat (limited to 'devel/py-ice')
-rw-r--r--devel/py-ice/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile
index b7fdf564dc58..9aa84588418a 100644
--- a/devel/py-ice/Makefile
+++ b/devel/py-ice/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Ice
PORTVERSION= 3.4.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= http://www.zeroc.com/download/Ice/3.4/ \
http://www.dirk.sh/dirk/Ice/
@@ -55,8 +55,9 @@ post-patch:
s|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|g; \
s|%%PREFIX%%|${PREFIX}|g ; \
s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/py/config/Make.rules
- ${REINPLACE_CMD} 's|.(ice_dir).slice|${LOCALBASE}/share/Ice|g; \
- s|.(prefix).slice|${LOCALBASE}/share/Ice|g' \
+ ${REINPLACE_CMD} 's|.(ice_dir).slice|${DATADIR}|g; \
+ s|.(prefix).slice|${DATADIR}|g; \
+ s|.(prefix).[ICE_]*LICENSE|${DATADIR}/LICENSE|g;' \
${WRKSRC}/py/config/Make.rules.mak \
${WRKSRC}/config/Make.common.rules.mak \
${WRKSRC}/config/Make.common.rules