diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-31 11:25:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-31 11:25:43 +0000 |
commit | 43bcf660b5535b9158a166a7fff89fb7b9c24ca7 (patch) | |
tree | 4b15f14f8c65c0d76259349d350033736984ce28 /devel | |
parent | 3b65230c99fb7fdb2dd65e603d50583da24d3baa (diff) | |
download | pkgsrc-43bcf660b5535b9158a166a7fff89fb7b9c24ca7.tar.gz |
Update comment.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-unittest2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-unittest2/Makefile b/devel/py-unittest2/Makefile index e0b04c45bb1..21cbad027ea 100644 --- a/devel/py-unittest2/Makefile +++ b/devel/py-unittest2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/31 11:25:10 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/01/31 11:25:43 wiz Exp $ DISTNAME= unittest2-0.5.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,7 +14,7 @@ DOCDIR= share/doc/${PKGBASE} INSTALLATION_DIRS+= ${DOCDIR} PLIST_SUBST+= DOCDIR=${DOCDIR} PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX} -PYTHON_VERSIONS_INCOMPATIBLE= 33 # separate package exists: unittest2py3k and could be packaged +PYTHON_VERSIONS_INCOMPATIBLE= 33 # see versioned_dependencies.mk post-install: ${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${PREFIX}/${DOCDIR} |