diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-01-06 02:04:43 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-01-06 02:04:43 +0800 |
commit | d5b70b2ab0eab1b07205e43721346689ce48375f (patch) | |
tree | 3fd872f9bbd6bf7e5e5ea037cfc4fcf758e0a47e /www | |
parent | 2cf695ad700be1305a581cc4e04f8a409baf3678 (diff) | |
download | freebsd-ports-gnome-d5b70b2ab0eab1b07205e43721346689ce48375f.tar.gz freebsd-ports-gnome-d5b70b2ab0eab1b07205e43721346689ce48375f.tar.zst freebsd-ports-gnome-d5b70b2ab0eab1b07205e43721346689ce48375f.zip |
Set MASTER_SITE_SUBDIR again.
The port had been broken since October 2014 when r371113 stopped setting the
MASTER_SITE_SUBDIR. Like devel/py-cycler, the PyPI location is a bit unusual,
with the tarball name being "blogofile-XXX.tar.gz" (lowercase 'b') and the
directory being called "Blogofile", with capital 'B'.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-blogofile/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/py-blogofile/Makefile b/www/py-blogofile/Makefile index 3a66ad56f627..9533b968b0b2 100644 --- a/www/py-blogofile/Makefile +++ b/www/py-blogofile/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 0.7.1 PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= CHEESESHOP +MASTER_SITE_SUBDIR= source/B/Blogofile PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org |