diff options
author | snj <snj@pkgsrc.org> | 2004-02-21 07:44:09 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-02-21 07:44:09 +0000 |
commit | 6e40e64fec707592d12aeb3407ba9960fe2e0363 (patch) | |
tree | 1e2f0cf99f41ed9a35791a2ae95a9d4ec6440535 /www | |
parent | 73459ac6dd3514852541fdd6efa8f7f0cb21e264 (diff) | |
download | pkgsrc-6e40e64fec707592d12aeb3407ba9960fe2e0363.tar.gz |
s/interpretter/interpreter/
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-python/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-python/Makefile b/www/ap-python/Makefile index d84844534d4..bba1e7a1cc7 100644 --- a/www/ap-python/Makefile +++ b/www/ap-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/02/17 20:09:33 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/21 07:44:09 snj Exp $ # DISTNAME= mod_python-2.7.8 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.modpython.org/ -COMMENT= Python interpretter embedded into Apache +COMMENT= Python interpreter embedded into Apache PLIST_SRC= ${WRKDIR}/.PLIST_SRC |