diff options
author | erwin <erwin@FreeBSD.org> | 2015-04-01 21:06:56 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2015-04-01 21:06:56 +0800 |
commit | 0b47f53002acb5d3dec9e773f22f317270afb2a9 (patch) | |
tree | d3c1abd0f32aac8ce61adeeca1a16248157a2579 /www | |
parent | f9058ae4d7883f2608fece992c022ce015c63ddc (diff) | |
download | freebsd-ports-gnome-0b47f53002acb5d3dec9e773f22f317270afb2a9.tar.gz freebsd-ports-gnome-0b47f53002acb5d3dec9e773f22f317270afb2a9.tar.zst freebsd-ports-gnome-0b47f53002acb5d3dec9e773f22f317270afb2a9.zip |
Invert order of CATEGORIES to fix PKGORIGIN
Diffstat (limited to 'www')
-rw-r--r-- | www/py-flask-bootstrap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-flask-bootstrap/Makefile b/www/py-flask-bootstrap/Makefile index 87fee0183cf3..41711a7df0ac 100644 --- a/www/py-flask-bootstrap/Makefile +++ b/www/py-flask-bootstrap/Makefile @@ -2,7 +2,7 @@ PORTNAME= Flask-Bootstrap PORTVERSION= 3.3.2.1 -CATEGORIES= python www +CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |