summaryrefslogtreecommitdiff
path: root/devel/py-unittest2
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-31 11:25:43 +0000
committerwiz <wiz>2014-01-31 11:25:43 +0000
commitdf36b28c3f9506bd16b4cc6f5a3709a963c0dda5 (patch)
tree4b15f14f8c65c0d76259349d350033736984ce28 /devel/py-unittest2
parent5d3422b527864a381426e10f629c28fcf0a22905 (diff)
downloadpkgsrc-df36b28c3f9506bd16b4cc6f5a3709a963c0dda5.tar.gz
Update comment.
Diffstat (limited to 'devel/py-unittest2')
-rw-r--r--devel/py-unittest2/Makefile4
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}