pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

refkeen: declare the version once



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 19 18:57:35 2015 +0200
Changeset:	65bbb474792768e7f9b890cf97e276e8614b57fa

Modified Files:
	refkeen/Makefile

Log Message:
refkeen: declare the version once

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=65bbb474792768e7f9b890cf97e276e8614b57fa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 refkeen/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/refkeen/Makefile b/refkeen/Makefile
index 21eec7b..64b846b 100644
--- a/refkeen/Makefile
+++ b/refkeen/Makefile
@@ -1,12 +1,12 @@
 # $NetBSD: Makefile,v 1.1 2015/08/19 19:21:33 yhardy Exp $
 
-PKGNAME=	refkeen-20150313
 DISTNAME=	refkeen-src-20150313
+PKGNAME=	${DISTNAME:S/-src//}
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=NY00123/}
 EXTRACT_SUFX=	.tar.bz2
 GITHUB_PROJECT=	refkeen
-GITHUB_RELEASE=	release-20150313
+GITHUB_RELEASE=	release-${PKGVERSION_NOREV}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/NY00123/refkeen/


Home | Main Index | Thread Index | Old Index