diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:13:42 +0000 |
commit | 580a778a16c548027cb6b56ad3357f1dec74e859 (patch) | |
tree | 3181285e36d6e08abfc359972209897c5230fa7a /devel/py-xdg/Makefile | |
parent | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (diff) | |
download | ports-580a778a16c548027cb6b56ad3357f1dec74e859.tar.gz ports-580a778a16c548027cb6b56ad3357f1dec74e859.zip |
Notes
Diffstat (limited to 'devel/py-xdg/Makefile')
-rw-r--r-- | devel/py-xdg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile index e7e68488f1e0..355ffd41c16f 100644 --- a/devel/py-xdg/Makefile +++ b/devel/py-xdg/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: py-xdg -# Date created: 2004-06-25 -# Whom: michael johnson <ahze@ahze.net> -# +# Created by: michael johnson <ahze@ahze.net> # $FreeBSD$ # $MCom: ports/devel/py-xdg/Makefile,v 1.4 2007/09/10 05:35:05 mezz Exp $ -# PORTNAME= xdg PORTVERSION= 0.19 @@ -20,6 +16,7 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= pyxdg +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|%%LOCALBASE%%|${LOCALBASE}|g' \ |