diff options
author | rillig <rillig@pkgsrc.org> | 2005-11-03 13:30:50 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-11-03 13:30:50 +0000 |
commit | baea2ba98fc8f21d683883581b5e5287313bc104 (patch) | |
tree | 320b765392c062e4ddeb904c9ad991513c7a8232 /www | |
parent | 13ab28407aa11d3004c59e087e4894d92ac811e6 (diff) | |
download | pkgsrc-baea2ba98fc8f21d683883581b5e5287313bc104.tar.gz |
Fixed it again after checking if it really exists.
Diffstat (limited to 'www')
-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 47e894c2901..45e1aabdcdd 100644 --- a/www/ap2-python/Makefile +++ b/www/ap2-python/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2005/11/03 13:29:27 rillig Exp $ +# $NetBSD: Makefile,v 1.11 2005/11/03 13:30:50 rillig Exp $ DISTNAME= mod_python-${VERSION} PKGNAME= ap2-${PYPKGPREFIX}-python-${VERSION} PKGREVISION= 1 CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_APACHE:=modpython/} +MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/modpython/} EXTRACT_SUFX= .tgz MAINTAINER= tech-pkg@NetBSD.org |