aboutsummaryrefslogtreecommitdiff
path: root/www/py-django/Makefile
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2010-09-18 03:14:54 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2010-09-18 03:14:54 +0000
commit52161372f9d40af252ecb6d73c3ed37d8023a612 (patch)
tree881a4d511f218d8557512ad6ad763e12a9769140 /www/py-django/Makefile
parent737b41fc3073e6d4cd36bc5eb4d006614b33dca1 (diff)
downloadports-52161372f9d40af252ecb6d73c3ed37d8023a612.tar.gz
ports-52161372f9d40af252ecb6d73c3ed37d8023a612.zip
Notes
Diffstat (limited to 'www/py-django/Makefile')
-rw-r--r--www/py-django/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/www/py-django/Makefile b/www/py-django/Makefile
index 73e21dadd9b0..35913b99dbff 100644
--- a/www/py-django/Makefile
+++ b/www/py-django/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= django
-PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTVERSION= 1.2.3
CATEGORIES= www python
MASTER_SITES= http://media.djangoproject.com/releases/${PORTVERSION}/ \
CHEESESHOP
@@ -66,7 +65,6 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}flup>0:${PORTSDIR}/www/py-flup
.endif
.if defined(WITH_DOCS)
-EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-sphinx
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sphinx>0:${PORTSDIR}/textproc/py-sphinx
PORTDOCS= *
.endif
@@ -77,13 +75,6 @@ pre-patch:
${MKDIR} ${WRKSRC}/docs/_theme/static
.endif
-post-patch:
-.if defined(WITH_DOCS)
-. for f in docicons-behindscenes.png docicons-note.png docicons-philosophy.png
- ${MV} ${WRKSRC}/docs/_static/${f} ${WRKSRC}/docs/_theme/djangodocs/static/
-. endfor
-.endif
-
post-build:
.if defined(WITH_DOCS)
. if defined(NOPORTDOCS)