diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 22:57:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 22:57:58 +0000 |
commit | 9bb0d96ea93fe7d169bb22cd824d463449d51611 (patch) | |
tree | 63741286465d08baa5292031d5f6b9ffd847c5b9 /www/ap-python | |
parent | dc3a8c2312879451e787a3a002089e0123c0d646 (diff) | |
download | pkgsrc-9bb0d96ea93fe7d169bb22cd824d463449d51611.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'www/ap-python')
-rw-r--r-- | www/ap-python/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/ap-python/Makefile b/www/ap-python/Makefile index 5cfc9f8c89b..762c33c69e0 100644 --- a/www/ap-python/Makefile +++ b/www/ap-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/02/09 21:09:23 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2009/06/14 22:58:10 joerg Exp $ # DISTNAME= mod_python-2.7.10 @@ -31,9 +31,6 @@ post-install: cd ${PREFIX} && ${FIND} ${PYSITELIB}/mod_python \ share/doc/html/ap-mod_python \ -type f -print >>${PLIST_SRC} - cd ${PREFIX} && ${FIND} -d ${PYSITELIB}/mod_python \ - share/doc/html/ap-mod_python \ - -type d -print | ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC} .include "../../lang/python/extension.mk" .include "../../www/apache/buildlink3.mk" |