summaryrefslogtreecommitdiff
path: root/net/py-twisted-docs
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-06-14 22:57:58 +0000
committerjoerg <joerg@pkgsrc.org>2009-06-14 22:57:58 +0000
commit9bb0d96ea93fe7d169bb22cd824d463449d51611 (patch)
tree63741286465d08baa5292031d5f6b9ffd847c5b9 /net/py-twisted-docs
parentdc3a8c2312879451e787a3a002089e0123c0d646 (diff)
downloadpkgsrc-9bb0d96ea93fe7d169bb22cd824d463449d51611.tar.gz
Remove @dirrm related logic.
Diffstat (limited to 'net/py-twisted-docs')
-rw-r--r--net/py-twisted-docs/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/py-twisted-docs/Makefile b/net/py-twisted-docs/Makefile
index 94fbd5b80aa..565040d8689 100644
--- a/net/py-twisted-docs/Makefile
+++ b/net/py-twisted-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/08/22 21:49:08 epg Exp $
+# $NetBSD: Makefile,v 1.10 2009/06/14 22:58:07 joerg Exp $
PKGNAME= py-twisted-docs-${TWISTED_VERSION}
COMMENT= Framework for writing networked applications
@@ -17,7 +17,5 @@ INSTALLATION_DIRS= ${HTMLDIR}
do-install:
cd ${DOC_SRCDIR} && pax -rw -pe * ${DESTDIR}${PREFIX}/${HTMLDIR}
cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC}
- cd ${DESTDIR}${PREFIX} && ${FIND} -d ${HTMLDIR} -type d -print | \
- ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}
.include "../../mk/bsd.pkg.mk"