pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-twisted-docs Include pyversion.mk, so PYPKGPREF...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea0e88c45f9c
branches:  trunk
changeset: 602920:ea0e88c45f9c
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Apr 22 17:49:04 2012 +0000

description:
Include pyversion.mk, so PYPKGPREFIX could be resolved

diffstat:

 net/py-twisted-docs/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 209dbb253cbc -r ea0e88c45f9c net/py-twisted-docs/Makefile
--- a/net/py-twisted-docs/Makefile      Sun Apr 22 17:48:06 2012 +0000
+++ b/net/py-twisted-docs/Makefile      Sun Apr 22 17:49:04 2012 +0000
@@ -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 @@
        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"



Home | Main Index | Thread Index | Old Index