aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-06 02:04:43 +0800
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2016-01-06 02:04:43 +0800
commit8906b90d64a8622e664465924ab78a43e28a4b10 (patch)
tree3fd872f9bbd6bf7e5e5ea037cfc4fcf758e0a47e /www
parent2eaf33ea72dbd1852ecf2580ebea689b38e1057f (diff)
downloadfreebsd-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/Makefile1
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