diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile index dd2fc430bd29..0d9e5281e4ac 100644 --- a/devel/py-xdg/Makefile +++ b/devel/py-xdg/Makefile @@ -1,25 +1,25 @@ # Created by: michael johnson # $MCom: ports/devel/py-xdg/Makefile,v 1.4 2007/09/10 05:35:05 mezz Exp $ PORTNAME= xdg -PORTVERSION= 0.27 +PORTVERSION= 0.28 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= Python library to access freedesktop.org standards LICENSE= LGPL20 NO_ARCH= yes USES= python:3.6+ USE_PYTHON= autoplist distutils post-patch: @${REINPLACE_CMD} -e \ 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/xdg/BaseDirectory.py .include