summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-04-22 17:49:04 +0000
committeradam <adam@pkgsrc.org>2012-04-22 17:49:04 +0000
commit560b81bee4600393be7bc34bbc00a76b3d10b017 (patch)
treea009ccbd1ba1799b3d25fdc9a948d0cea61d2934 /net
parent6a5709204d29f1b97b891a0afa10d88e13a81d77 (diff)
downloadpkgsrc-560b81bee4600393be7bc34bbc00a76b3d10b017.tar.gz
Include pyversion.mk, so PYPKGPREFIX could be resolved
Diffstat (limited to 'net')
-rw-r--r--net/py-twisted-docs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-twisted-docs/Makefile b/net/py-twisted-docs/Makefile
index 029300efecd..41ecd65e833 100644
--- a/net/py-twisted-docs/Makefile
+++ b/net/py-twisted-docs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2012/04/20 18:47:37 adam Exp $
+# $NetBSD: Makefile,v 1.14 2012/04/22 17:49:04 adam Exp $
PKGNAME= ${PYPKGPREFIX}-twisted-docs-${TWISTED_VERSION}
COMMENT= Framework for writing networked applications (documentation)
@@ -18,4 +18,5 @@ 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"