diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-28 11:53:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-28 11:53:21 +0800 |
commit | cac6d66730a5469db814c828a55ea5395e46f0e3 (patch) | |
tree | 595d56b607eb60c554a8ed5ac2aa770755f78f80 /www | |
parent | ab768fc5846daf1874652dcd5861e544f841ba85 (diff) | |
download | freebsd-ports-gnome-cac6d66730a5469db814c828a55ea5395e46f0e3.tar.gz freebsd-ports-gnome-cac6d66730a5469db814c828a55ea5395e46f0e3.tar.zst freebsd-ports-gnome-cac6d66730a5469db814c828a55ea5395e46f0e3.zip |
Update CONFLICTS_INSTALL
Diffstat (limited to 'www')
-rw-r--r-- | www/py-django110/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/py-django110/Makefile b/www/py-django110/Makefile index 9d291eb50dc8..15566a8f2f11 100644 --- a/www/py-django110/Makefile +++ b/www/py-django110/Makefile @@ -24,7 +24,7 @@ USE_PYTHON= autoplist distutils SHEBANG_FILES= django/bin/django-admin.py \ django/conf/project_template/manage.py-tpl -CONFLICTS_INSTALL= py??-django-devel-* py??-django1[689]-* py??-django111-* +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-devel ${PYTHON_PKGNAMEPREFIX}django1[689] ${PYTHON_PKGNAMEPREFIX}django111 CPE_VENDOR= djangoproject DOCSDIR= ${PREFIX}/share/doc/py-django |