pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/ibm-plex-ttf: Use VERSION variable in Makefile.
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%NetBSD.org@localhost>
Pushed By: ng0
Date: Fri Aug 16 14:50:51 2019 +0000
Changeset: fee26f100ba116bc97a7b43d28766ef93fe8cfb4
Modified Files:
ibm-plex-ttf/Makefile
Log Message:
wip/ibm-plex-ttf: Use VERSION variable in Makefile.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fee26f100ba116bc97a7b43d28766ef93fe8cfb4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ibm-plex-ttf/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/ibm-plex-ttf/Makefile b/ibm-plex-ttf/Makefile
index 5f60adc59b..a98e610b37 100644
--- a/ibm-plex-ttf/Makefile
+++ b/ibm-plex-ttf/Makefile
@@ -1,11 +1,12 @@
# $NetBSD$
-PKGNAME= ibm-plex-ttf-2.0.0
+VERSION= 2.0.0
+PKGNAME= ibm-plex-ttf-${VERSION}
GITHUB_PROJECT= plex
DISTNAME= TrueType
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_GITHUB:=IBM/}
-GITHUB_RELEASE= v2.0.0
+GITHUB_RELEASE= v${VERSION}
EXTRACT_SUFX= .zip
DIST_SUBDIR= ${GITHUB_PROJECT}
Home |
Main Index |
Thread Index |
Old Index