pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/ibm-plex-otf: Use VERSION variable in Makefile.
Module Name: pkgsrc-wip
Committed By: ng0 <ng0%NetBSD.org@localhost>
Pushed By: ng0
Date: Fri Aug 16 14:47:33 2019 +0000
Changeset: e7883ebe3337dcb841b0c7304342b52abfe8d4b5
Modified Files:
ibm-plex-otf/Makefile
Log Message:
wip/ibm-plex-otf: 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=e7883ebe3337dcb841b0c7304342b52abfe8d4b5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ibm-plex-otf/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diffs:
diff --git a/ibm-plex-otf/Makefile b/ibm-plex-otf/Makefile
index e02143a064..c59fb9f6ee 100644
--- a/ibm-plex-otf/Makefile
+++ b/ibm-plex-otf/Makefile
@@ -1,11 +1,12 @@
# $NetBSD$
-PKGNAME= ibm-plex-otf-2.0.0
+VERSION= 2.0.0
+PKGNAME= ibm-plex-otf-${VERSION}
GITHUB_PROJECT= plex
DISTNAME= OpenType
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