diff options
author | obache <obache@pkgsrc.org> | 2012-04-23 01:15:42 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-04-23 01:15:42 +0000 |
commit | 218b404db611ada609a2d4c5dae9fe9e12e1b3fa (patch) | |
tree | e4d7efeca2f4d34a306aa800d872a6049de176b7 /net | |
parent | 780059e47c7fdfdc2b967eddb29b3fd538572920 (diff) | |
download | pkgsrc-218b404db611ada609a2d4c5dae9fe9e12e1b3fa.tar.gz |
revertd to r1.12.
This package contains no python version specific files,
so no need to be prefixed with PYPKGPREFIX.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-twisted-docs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/py-twisted-docs/Makefile b/net/py-twisted-docs/Makefile index 41ecd65e833..dc218d7db90 100644 --- a/net/py-twisted-docs/Makefile +++ b/net/py-twisted-docs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2012/04/22 17:49:04 adam Exp $ +# $NetBSD: Makefile,v 1.15 2012/04/23 01:15:42 obache Exp $ -PKGNAME= ${PYPKGPREFIX}-twisted-docs-${TWISTED_VERSION} +PKGNAME= py-twisted-docs-${TWISTED_VERSION} COMMENT= Framework for writing networked applications (documentation) .include "../../net/py-twisted/Makefile.common" @@ -18,5 +18,4 @@ do-install: cd ${DOC_SRCDIR} && pax -rw -pe * ${DESTDIR}${PREFIX}/${HTMLDIR} cd ${DESTDIR}${PREFIX} && ${FIND} ${HTMLDIR} -type f -print >>${PLIST_SRC} -.include "../../lang/python/pyversion.mk" .include "../../mk/bsd.pkg.mk" |