diff options
author | rillig <rillig> | 2005-11-03 13:30:50 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-03 13:30:50 +0000 |
commit | d57ba020fe75eb534e9d1c1c9f267726be6e29af (patch) | |
tree | 320b765392c062e4ddeb904c9ad991513c7a8232 /www/ap2-python | |
parent | be72a95d2e41f31fb3fad0aaf9c7f1941fc676e2 (diff) | |
download | pkgsrc-d57ba020fe75eb534e9d1c1c9f267726be6e29af.tar.gz |
Fixed it again after checking if it really exists.
Diffstat (limited to 'www/ap2-python')
-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 |