diff options
author | recht <recht@pkgsrc.org> | 2004-03-30 13:37:47 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-03-30 13:37:47 +0000 |
commit | bfb3be8fab07905d83155c12bddd5efa6ad15085 (patch) | |
tree | 879b8de868242324ee3a1b02f7edbc9e8967fb6e /net | |
parent | 8b46cb73dbde185e2ecd2f06a767c4c573c9df55 (diff) | |
download | pkgsrc-bfb3be8fab07905d83155c12bddd5efa6ad15085.tar.gz |
fix path to py-twisted/Makefile.common
Diffstat (limited to 'net')
-rw-r--r-- | net/py-twisted-docs/Makefile | 4 |
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" |