summaryrefslogtreecommitdiff
path: root/security/py-libtaxii
diff options
context:
space:
mode:
authorwiz <wiz>2014-12-31 13:57:25 +0000
committerwiz <wiz>2014-12-31 13:57:25 +0000
commitae8d0daaba8083e36e5e3111a0b56c354f52759b (patch)
tree6f2607c3acaa8e555f020155e7d5a5eda8a24fd6 /security/py-libtaxii
parente68e420f139e7095cf0c7a03be9deec1934deb74 (diff)
downloadpkgsrc-ae8d0daaba8083e36e5e3111a0b56c354f52759b.tar.gz
Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.
Diffstat (limited to 'security/py-libtaxii')
-rw-r--r--security/py-libtaxii/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/py-libtaxii/Makefile b/security/py-libtaxii/Makefile
index bae0dc93fba..2e5d6c44500 100644
--- a/security/py-libtaxii/Makefile
+++ b/security/py-libtaxii/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2014/06/03 08:59:33 khorben Exp $
+# $NetBSD: Makefile,v 1.3 2014/12/31 13:57:29 wiz Exp $
LIBTAXII_VERSION= 1.1.101
DISTNAME= libtaxii-${LIBTAXII_VERSION}
@@ -14,7 +14,5 @@ LICENSE= modified-bsd
PYTHON_VERSIONS_INCOMPATIBLE= 33 34
-EGG_NAME= libtaxii-${LIBTAXII_VERSION}
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"