Don't assign PKGVERRSION. Set PKGNAME. Fixes bulk builds.
This commit is contained in:
parent
75cc49cb9d
commit
91e2cf355b
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.3 2014/05/05 00:47:49 ryoon Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2014/05/18 21:20:33 joerg Exp $
|
||||
|
||||
DISTNAME= free42
|
||||
PKGVERSION= 1.4.78
|
||||
PKGNAME= ${DISTNAME}-${PKGVERSION}
|
||||
PKGNAME= ${DISTNAME}-1.4.78
|
||||
PKGREVISION= 1
|
||||
DIST_SUBDIR= ${PKGNAME_NOREV}
|
||||
CATEGORIES= emulators
|
||||
|
|
Loading…
Reference in a new issue