aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-xdg/Makefile
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2005-04-03 00:45:36 +0800
committerahze <ahze@FreeBSD.org>2005-04-03 00:45:36 +0800
commitc7f5baf82b626057b58916a77b1e9a9bf3540f13 (patch)
tree36b8cf178e6ed9cf670f49b46d7b47ed27271829 /devel/py-xdg/Makefile
parentfef16846a2dc0e6faa67e2cc3f241e96e53e38d0 (diff)
downloadfreebsd-ports-gnome-c7f5baf82b626057b58916a77b1e9a9bf3540f13.tar.gz
freebsd-ports-gnome-c7f5baf82b626057b58916a77b1e9a9bf3540f13.tar.zst
freebsd-ports-gnome-c7f5baf82b626057b58916a77b1e9a9bf3540f13.zip
- Update to 0.9
- Add patch work to add path to xdg stuff [1] Requested by: mezz and marcus for a gnome menu editor [1]
Diffstat (limited to 'devel/py-xdg/Makefile')
-rw-r--r--devel/py-xdg/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile
index a9da38d00ebe..4e95a89d76a0 100644
--- a/devel/py-xdg/Makefile
+++ b/devel/py-xdg/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= xdg
-PORTVERSION= 0.8
+PORTVERSION= 0.9
CATEGORIES= devel python
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= ahze
+MASTER_SITES= http://www.freedesktop.org/~lanius/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
@@ -21,10 +20,11 @@ USE_PYDISTUTILS=yes
USE_REINPLACE= yes
post-patch:
- @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g ; \
- s|/usr/share|/usr/share:${X11BASE}/share|g' \
- ${WRKSRC}/xdg/BaseDirectory.py
- @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \
- s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/xdg/IconTheme.py
+ @${REINPLACE_CMD} -e \
+ 's|/etc|${PREFIX}/etc|g ; \
+ s|%%X11BASE%%|${X11BASE}|g ; \
+ s|%%LOCALBASE%%|${LOCALBASE}|g' \
+ ${WRKSRC}/xdg/BaseDirectory.py \
+ ${WRKSRC}/xdg/IconTheme.py
.include <bsd.port.mk>