diff options
author | recht <recht> | 2004-03-30 13:37:47 +0000 |
---|---|---|
committer | recht <recht> | 2004-03-30 13:37:47 +0000 |
commit | 6b3a9b9887bbc1e4fdf1b7930aca00201bca81f9 (patch) | |
tree | 879b8de868242324ee3a1b02f7edbc9e8967fb6e /net | |
parent | b148a7371862425fc8f0c236f279842fb5127f04 (diff) | |
download | pkgsrc-6b3a9b9887bbc1e4fdf1b7930aca00201bca81f9.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" |