diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-04 23:40:32 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-04 23:40:32 +0800 |
commit | ec5ef1d4747da6b1f282e081cf3b9e074e3b3fcf (patch) | |
tree | 1cb80ecfd503ead25dbfce363d311356a429327b /www | |
parent | e66e8354251dd299abfedff5325dddffbaa753b5 (diff) | |
download | freebsd-ports-gnome-ec5ef1d4747da6b1f282e081cf3b9e074e3b3fcf.tar.gz freebsd-ports-gnome-ec5ef1d4747da6b1f282e081cf3b9e074e3b3fcf.tar.zst freebsd-ports-gnome-ec5ef1d4747da6b1f282e081cf3b9e074e3b3fcf.zip |
- Convert to autoplist
- Stage support
- Bump PORTREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django-mezzanine/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/py-django-mezzanine/Makefile b/www/py-django-mezzanine/Makefile index 082f7e8babbe..cb32b951b7bf 100644 --- a/www/py-django-mezzanine/Makefile +++ b/www/py-django-mezzanine/Makefile @@ -3,7 +3,7 @@ PORTNAME= django-mezzanine PORTVERSION= 1.4.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,10 +26,8 @@ USES= gettext USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_PKGNAME= Mezzanine regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test -NO_STAGE= yes .include <bsd.port.mk> |