aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-xdg/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-08-17 03:04:25 +0800
committermarcus <marcus@FreeBSD.org>2008-08-17 03:04:25 +0800
commitce9845cb74d6afb60fd5bfc6005da7cf4f191ddd (patch)
tree4a70d5f34dc8a5dea76c87880b4581b8ed0da772 /devel/py-xdg/Makefile
parent85631561c9da579d58fef1f3d41e8f74a27bb9e5 (diff)
downloadfreebsd-ports-gnome-ce9845cb74d6afb60fd5bfc6005da7cf4f191ddd.tar.gz
freebsd-ports-gnome-ce9845cb74d6afb60fd5bfc6005da7cf4f191ddd.tar.zst
freebsd-ports-gnome-ce9845cb74d6afb60fd5bfc6005da7cf4f191ddd.zip
Update to 0.16.
Diffstat (limited to 'devel/py-xdg/Makefile')
-rw-r--r--devel/py-xdg/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile
index 0881a66492f9..c81176206c96 100644
--- a/devel/py-xdg/Makefile
+++ b/devel/py-xdg/Makefile
@@ -7,8 +7,7 @@
#
PORTNAME= xdg
-PORTVERSION= 0.15
-PORTREVISION= 3
+PORTVERSION= 0.16
CATEGORIES= devel python
MASTER_SITES= http://people.freedesktop.org/~lanius/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -23,8 +22,7 @@ PYDISTUTILS_PKGNAME= pyxdg
post-patch:
@${REINPLACE_CMD} -e \
- 's|/etc|${LOCALBASE}/etc|g ; s|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/xdg/BaseDirectory.py \
- ${WRKSRC}/xdg/IconTheme.py
+ 's|%%LOCALBASE%%|${LOCALBASE}|g' \
+ ${WRKSRC}/xdg/BaseDirectory.py
.include <bsd.port.mk>