From 2a1b673cbb5485aa7144c25ec3243f27ec824bd7 Mon Sep 17 00:00:00 2001 From: Michael Johnson Date: Sat, 2 Apr 2005 16:45:36 +0000 Subject: - 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] --- devel/py-xdg/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'devel/py-xdg/Makefile') 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 -- cgit v1.2.3