diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-11-23 23:45:12 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-11-23 23:45:12 +0000 |
commit | e59c1d43c55599f8324c31bb1fdf77b3b8d3665e (patch) | |
tree | 2eadfde27a8001fded34ca7597b838b4493ca278 /devel/py-xdg | |
parent | s/BROKEN/IGNORE/ since the package is buildable but should not be built. (diff) |
Remove freedesktop.org from MASTER_SITES since the distfile has
now shown up and does not match distinfo
Pointed out by: Pointy hat via kris
Approved by: adamw (implicit)
Notes
Notes:
svn path=/head/; revision=122252
Diffstat (limited to 'devel/py-xdg')
-rw-r--r-- | devel/py-xdg/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile index b54a114749ba..a9da38d00ebe 100644 --- a/devel/py-xdg/Makefile +++ b/devel/py-xdg/Makefile @@ -8,8 +8,7 @@ PORTNAME= xdg PORTVERSION= 0.8 CATEGORIES= devel python -MASTER_SITES= http://freedesktop.org/Software/pyxdg/releases/ \ - ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ahze PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= py${PORTNAME}-${PORTVERSION} |