diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-26 04:43:04 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-26 04:43:04 +0800 |
commit | 53d1fa1bda99bcdeed09f89518bd92e723daca2a (patch) | |
tree | f34d17c4ed08de5ea0e9b4f5e498ff0ed0d50eeb /www/mod_wsgi | |
parent | 230d6c4ac01e0335e6da01a6a1321f6b18b82e9e (diff) | |
download | freebsd-ports-gnome-53d1fa1bda99bcdeed09f89518bd92e723daca2a.tar.gz freebsd-ports-gnome-53d1fa1bda99bcdeed09f89518bd92e723daca2a.tar.zst freebsd-ports-gnome-53d1fa1bda99bcdeed09f89518bd92e723daca2a.zip |
- Fix 2 minor glitches in www/mod_wsgi and www/mod_wsgi3
Reported by: Freshports via d
Diffstat (limited to 'www/mod_wsgi')
-rw-r--r-- | www/mod_wsgi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_wsgi/Makefile b/www/mod_wsgi/Makefile index 917427d689e7..564cda817520 100644 --- a/www/mod_wsgi/Makefile +++ b/www/mod_wsgi/Makefile @@ -9,9 +9,9 @@ PORTNAME= mod_wsgi PORTVERSION= 2.8 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ -PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} http://apt.douglasthrift.net/files/${PORTNAME}/ \ http://code.douglasthrift.net/files/${PORTNAME}/ +PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net COMMENT= Python WSGI adapter module for Apache |