diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-06 02:04:43 +0800 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-06 02:04:43 +0800 |
commit | 8906b90d64a8622e664465924ab78a43e28a4b10 (patch) | |
tree | 3fd872f9bbd6bf7e5e5ea037cfc4fcf758e0a47e /www | |
parent | 2eaf33ea72dbd1852ecf2580ebea689b38e1057f (diff) | |
download | freebsd-ports-gnome-8906b90d64a8622e664465924ab78a43e28a4b10.tar.gz freebsd-ports-gnome-8906b90d64a8622e664465924ab78a43e28a4b10.tar.zst freebsd-ports-gnome-8906b90d64a8622e664465924ab78a43e28a4b10.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 |