aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-django111
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-05-28 11:53:26 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-05-28 11:53:26 +0800
commita7e3ad58ab106e778a5733e1b1ef48a659256900 (patch)
tree1536b999b6b6ed2b2c43c13fef37f1039010cf0b /www/py-django111
parentcac6d66730a5469db814c828a55ea5395e46f0e3 (diff)
downloadfreebsd-ports-gnome-a7e3ad58ab106e778a5733e1b1ef48a659256900.tar.gz
freebsd-ports-gnome-a7e3ad58ab106e778a5733e1b1ef48a659256900.tar.zst
freebsd-ports-gnome-a7e3ad58ab106e778a5733e1b1ef48a659256900.zip
Update CONFLICTS_INSTALL
- Sort SHEBANG_FILES
Diffstat (limited to 'www/py-django111')
-rw-r--r--www/py-django111/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-django111/Makefile b/www/py-django111/Makefile
index 76422e5b487a..002a9d769279 100644
--- a/www/py-django111/Makefile
+++ b/www/py-django111/Makefile
@@ -20,10 +20,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= cpe python shebangfix
USE_PYTHON= autoplist distutils
-SHEBANG_FILES= django/conf/project_template/manage.py-tpl \
- django/bin/django-admin.py
+SHEBANG_FILES= django/bin/django-admin.py \
+ django/conf/project_template/manage.py-tpl
-CONFLICTS_INSTALL= py??-django-devel-* py??-django1[689]-* py??-django110-*
+CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django1[689] ${PYTHON_PKGNAMEPREFIX}django110
CPE_VENDOR= djangoproject
DOCSDIR= ${PREFIX}/share/doc/py-django