aboutsummaryrefslogtreecommitdiff
path: root/devel/py-xdg/Makefile
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-06-05 19:34:58 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-06-05 19:34:58 +0000
commitb09e5eed7f3aa8bc731b0f1caab6616f41b22969 (patch)
treea1b425683e14922451f78479356ed2a61f3e6f1b /devel/py-xdg/Makefile
parent73b75ad884160482c8d24c6464f6afd27f7dca52 (diff)
downloadports-b09e5eed7f3aa8bc731b0f1caab6616f41b22969.tar.gz
ports-b09e5eed7f3aa8bc731b0f1caab6616f41b22969.zip
- Add some more icon paths, [LOCALBASE|X11BASE]/share/pixmaps
- Use X11BASE/etc/xdg for xdg path for now. LOCALBASE/etc/xdg will be readded later. - Bump PORTREVISION Submitted by: mezz
Notes
Notes: svn path=/head/; revision=136851
Diffstat (limited to 'devel/py-xdg/Makefile')
-rw-r--r--devel/py-xdg/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile
index b65cd109fc6e..71cff87826da 100644
--- a/devel/py-xdg/Makefile
+++ b/devel/py-xdg/Makefile
@@ -7,6 +7,7 @@
PORTNAME= xdg
PORTVERSION= 0.14
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= http://www.freedesktop.org/~lanius/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +22,7 @@ USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e \
- 's|/etc|${PREFIX}/etc|g ; \
+ 's|/etc|${X11BASE}/etc|g ; \
s|%%X11BASE%%|${X11BASE}|g ; \
s|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/xdg/BaseDirectory.py \