aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2010-08-18 00:24:17 +0800
committerarved <arved@FreeBSD.org>2010-08-18 00:24:17 +0800
commit80348e8b4528ef13c30fb70f6f653436cc4ca020 (patch)
treeeb8de198978c5ffa8c26b7ae8dcca572bedf3c67 /devel
parentba101d942b9ec01ef457fc74f3a42ac242a1541c (diff)
downloadfreebsd-ports-gnome-80348e8b4528ef13c30fb70f6f653436cc4ca020.tar.gz
freebsd-ports-gnome-80348e8b4528ef13c30fb70f6f653436cc4ca020.tar.zst
freebsd-ports-gnome-80348e8b4528ef13c30fb70f6f653436cc4ca020.zip
Really fix plist
Reported by: QAT pointy hat to: arved
Diffstat (limited to 'devel')
-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