diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-06-16 20:33:21 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-06-16 20:33:21 +0000 |
commit | df12077553dacfc5f8c733014e6d8359d418101f (patch) | |
tree | 90b7e9cc9c2ed54d4da1e1f2540b5b72b3de542d /net | |
parent | c03eff06cf1cd90c55d43c0b166e9642d31ce35d (diff) | |
download | pkgsrc-df12077553dacfc5f8c733014e6d8359d418101f.tar.gz |
Correct CONFLICTS entry, thanks wiz@
Diffstat (limited to 'net')
-rw-r--r-- | net/py-socksipy-branch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-socksipy-branch/Makefile b/net/py-socksipy-branch/Makefile index 7218ced9b03..5988e45ea9d 100644 --- a/net/py-socksipy-branch/Makefile +++ b/net/py-socksipy-branch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2018/06/16 14:19:42 bsiegert Exp $ +# $NetBSD: Makefile,v 1.4 2018/06/16 20:33:21 bsiegert Exp $ DISTNAME= SocksiPy-branch-1.01 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://pypi.python.org/pypi/SocksiPy-branch/ COMMENT= Python SOCKS module LICENSE= modified-bsd -CONFLICTS= ${PYPKGPREFIX}-Socks-branch-[0-9]* +CONFLICTS= ${PYPKGPREFIX}-Socks-[0-9]* .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |