summaryrefslogtreecommitdiff
path: root/net/py-twisted-docs
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2004-03-30 13:37:47 +0000
committerrecht <recht@pkgsrc.org>2004-03-30 13:37:47 +0000
commitbc3b3b5679a96c38687fecfcbc684b9247153942 (patch)
tree879b8de868242324ee3a1b02f7edbc9e8967fb6e /net/py-twisted-docs
parent468baaf294fbbeb95bd6bb511f7ed6f30a9f0c72 (diff)
downloadpkgsrc-bc3b3b5679a96c38687fecfcbc684b9247153942.tar.gz
fix path to py-twisted/Makefile.common
Diffstat (limited to 'net/py-twisted-docs')
-rw-r--r--net/py-twisted-docs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-twisted-docs/Makefile b/net/py-twisted-docs/Makefile
index 9bdd08b7722..9f90127ba56 100644
--- a/net/py-twisted-docs/Makefile
+++ b/net/py-twisted-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/03/30 13:33:44 recht Exp $
+# $NetBSD: Makefile,v 1.2 2004/03/30 13:37:47 recht Exp $
#
DISTNAME= ${TWISTED_DISTNAME}
@@ -26,5 +26,5 @@ do-install:
cd ${PREFIX} && ${FIND} -d ${HTMLDIR} -type d -print | \
${SED} -e "s/^/@dirrm /" >>${PLIST_SRC}
-.include "../../wip/py-twisted/Makefile.common"
+.include "../../net/py-twisted/Makefile.common"
.include "../../mk/bsd.pkg.mk"