diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-06 14:13:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-06 14:13:35 +0000 |
commit | d74e2767f747413af65336849f3c940a71f35c9a (patch) | |
tree | 0296718cc4f057bdd8b67cea28bd9942a0e1a16e /www | |
parent | 6269bb9411b5a557a48e468d819385a8edb4d0ee (diff) | |
download | pkgsrc-d74e2767f747413af65336849f3c940a71f35c9a.tar.gz |
Fixed the homepage URL.
Diffstat (limited to 'www')
-rw-r--r-- | www/django/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/django/Makefile b/www/django/Makefile index 72d65026f60..6e85c715d46 100644 --- a/www/django/Makefile +++ b/www/django/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/11/06 13:52:51 rillig Exp $ +# $NetBSD: Makefile,v 1.2 2007/11/06 14:13:35 rillig Exp $ # DISTNAME= Django-0.96.1 @@ -7,7 +7,7 @@ CATEGORIES= www MASTER_SITES= http://media.djangoproject.com/releases/0.96/ MAINTAINER= rillig@NetBSD.org -HOMEPAGE= http://media.djangoproject.com/releases/0.96/ +HOMEPAGE= http://www.djangoproject.com/ COMMENT= Python web development framework USE_LANGUAGES= # only Python |