summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz>2017-04-08 13:37:47 +0000
committerwiz <wiz>2017-04-08 13:37:47 +0000
commitebef2e20e0f6a23971eec28f04183aaf75315633 (patch)
tree51d390771e40c367a7425ae0a2582f31c36c41d6 /security
parenta74874924889941f6ca1c2bb271e737b70ce816b (diff)
downloadpkgsrc-ebef2e20e0f6a23971eec28f04183aaf75315633.tar.gz
Remove variables that have default values.
Diffstat (limited to 'security')
-rw-r--r--security/py-asn1/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/security/py-asn1/Makefile b/security/py-asn1/Makefile
index e33c629c4b1..88d97c36b7e 100644
--- a/security/py-asn1/Makefile
+++ b/security/py-asn1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/04/08 11:25:11 adam Exp $
+# $NetBSD: Makefile,v 1.9 2017/04/08 13:37:47 wiz Exp $
DISTNAME= pyasn1-0.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
@@ -10,8 +10,5 @@ HOMEPAGE= http://pyasn1.sourceforge.net/
COMMENT= ITU Abstract Syntax Notification for Python
LICENSE= 2-clause-bsd
-PYDISTUTILSPKG= yes
-PYSETUP= setup.py
-
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"