pkgsrc-WIP-changes archive

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

tipp10: Simplify DISTNAME and PKGNAME handling



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Fri Mar 29 14:17:53 2019 +0100
Changeset:	10dac65600c5f269157cfacfd981cf650638a30a

Modified Files:
	tipp10/Makefile

Log Message:
tipp10: Simplify DISTNAME and PKGNAME handling

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

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

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

diffs:
diff --git a/tipp10/Makefile b/tipp10/Makefile
index 51fa9dd14a..f6aa308920 100644
--- a/tipp10/Makefile
+++ b/tipp10/Makefile
@@ -1,9 +1,7 @@
 # $NetBSD: Makefile,v 1.3 2012/12/29 14:54:37 othyro Exp $
 
-DISTNAME=	tipp10_2.1.0.orig.tar.gz
-DISTFILES=	${DISTNAME}${EXTRACT_SUFFIX}
-PKGVERSION=	2.1.0
-PKGNAME=	tipp10-${PKGVERSION}
+DISTNAME=	tipp10_2.1.0.orig
+PKGNAME=	${DISTNAME:S/_/-/:S/.orig//}
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_DEBIAN:=pool/main/t/tipp10/}
 


Home | Main Index | Thread Index | Old Index