svn commit: r389012 - branches/2015Q2/www/py-django

Li-Wen Hsu lwhsu at FreeBSD.org
Tue Jun 9 23:35:48 UTC 2015


Author: lwhsu
Date: Tue Jun  9 23:35:47 2015
New Revision: 389012
URL: https://svnweb.freebsd.org/changeset/ports/389012

Log:
  - Fix bits forgot in previous merge
  
  Approved by:	ports-secteam (build fix blanket)

Modified:
  branches/2015Q2/www/py-django/Makefile

Modified: branches/2015Q2/www/py-django/Makefile
==============================================================================
--- branches/2015Q2/www/py-django/Makefile	Tue Jun  9 23:30:05 2015	(r389011)
+++ branches/2015Q2/www/py-django/Makefile	Tue Jun  9 23:35:47 2015	(r389012)
@@ -31,8 +31,7 @@ OPTIONS_GROUP=	DATABASE
 OPTIONS_GROUP_DATABASE=	PGSQL MYSQL SQLITE
 HTMLDOCS_DESC=	Install HTML documentation (requires Sphinx)
 
-PLIST_FILES=	man/man1/django-admin.1.gz \
-		man/man1/gather_profile_stats.1.gz
+PLIST_FILES=	man/man1/django-admin.1.gz
 
 PGSQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2
 MYSQL_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb


More information about the svn-ports-branches mailing list