Remove variables that have default values.
This commit is contained in:
parent
f410228e63
commit
79d7b149c6
1 changed files with 1 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue