svn commit: r378714 - head/www/py-django-contrib-comments
Kubilay Kocak
koobs at FreeBSD.org
Mon Feb 9 05:16:25 UTC 2015
Author: koobs
Date: Mon Feb 9 05:16:23 2015
New Revision: 378714
URL: https://svnweb.freebsd.org/changeset/ports/378714
QAT: https://qat.redports.org/buildarchive/r378714/
Log:
www/py-django-contrib-comments: Fix typo: PYTHON_PKGNAMEPREFIX
- Fix typo in PYTHON_P(K)GNAMEPREFIX
Modified:
head/www/py-django-contrib-comments/Makefile
Modified: head/www/py-django-contrib-comments/Makefile
==============================================================================
--- head/www/py-django-contrib-comments/Makefile Mon Feb 9 04:38:42 2015 (r378713)
+++ head/www/py-django-contrib-comments/Makefile Mon Feb 9 05:16:23 2015 (r378714)
@@ -5,7 +5,7 @@ PORTNAME= django-contrib-comments
PORTVERSION= 1.5
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PGNAMEPREFIX}
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs at FreeBSD.org
COMMENT= Code formerly known as django.contrib.comments
More information about the svn-ports-head
mailing list