diff options
author | joerg <joerg@pkgsrc.org> | 2014-05-18 21:20:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-05-18 21:20:33 +0000 |
commit | c8a5f5de13fcbb5f712a6d70d5266802eeed77bb (patch) | |
tree | 83b8507d72c2411b19bd30ade6e51c1f78290bba /emulators/free42 | |
parent | ae3b372384e6d9f339b6a57b8dca5680900efc87 (diff) | |
download | pkgsrc-c8a5f5de13fcbb5f712a6d70d5266802eeed77bb.tar.gz |
Don't assign PKGVERRSION. Set PKGNAME. Fixes bulk builds.
Diffstat (limited to 'emulators/free42')
-rw-r--r-- | emulators/free42/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/free42/Makefile b/emulators/free42/Makefile index 81e7bb8ce6d..79c902adbe4 100644 --- a/emulators/free42/Makefile +++ b/emulators/free42/Makefile @@ -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 |