diff options
author | prlw1 <prlw1> | 2013-08-09 13:02:02 +0000 |
---|---|---|
committer | prlw1 <prlw1> | 2013-08-09 13:02:02 +0000 |
commit | dcfffb904a2e8af301b292099c06dc659cf8d6e8 (patch) | |
tree | b5cd7cc557b3548a70aea6157fc0d774a2dc141c | |
parent | d0eaae22541d00a008eb3a8445cf872944f28533 (diff) | |
download | pkgsrc-dcfffb904a2e8af301b292099c06dc659cf8d6e8.tar.gz |
mod_python was moved to the Apache Attic in June 2010.
-rw-r--r-- | www/ap2-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-python/Makefile b/www/ap2-python/Makefile index a4e2871e1d3..16fdbee4aba 100644 --- a/www/ap2-python/Makefile +++ b/www/ap2-python/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2012/10/28 06:30:08 asau Exp $ +# $NetBSD: Makefile,v 1.29 2013/08/09 13:02:02 prlw1 Exp $ DISTNAME= mod_python-${VERSION} PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-python-${VERSION} CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/modpython/} +MASTER_SITES= http://archive.apache.org/dist/httpd/modpython/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org |