aboutsummaryrefslogtreecommitdiff
path: root/graphics/cimg/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-02-13 16:38:32 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-02-13 16:38:32 +0000
commitc22988b32a70de7f295d0a4a4fe3d6223d82c62c (patch)
treeb19fe6a0916585a88a13249d8ec660a858716a03 /graphics/cimg/Makefile
parente92d6ff16bb77ba22f92a534da5cad91118030e2 (diff)
downloadports-c22988b32a70de7f295d0a4a4fe3d6223d82c62c.tar.gz
ports-c22988b32a70de7f295d0a4a4fe3d6223d82c62c.zip
Fix USE_GITHUB usage.
For a couple of ports, bump PORTEPOCH as their version were wrong. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=433999
Diffstat (limited to 'graphics/cimg/Makefile')
-rw-r--r--graphics/cimg/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/cimg/Makefile b/graphics/cimg/Makefile
index f377a1247b32..32299a550a4d 100644
--- a/graphics/cimg/Makefile
+++ b/graphics/cimg/Makefile
@@ -2,7 +2,6 @@
# $FreeBSD$
PORTNAME= cimg
-DISTVERSIONPREFIX= v
DISTVERSION= 1.7.9
PORTREVISION= 2
PORTEPOCH= 3
@@ -26,7 +25,7 @@ ONLY_FOR_ARCHS_REASON= invokes i386 asm
USE_GITHUB= yes
GH_ACCOUNT= dtschump
GH_PROJECT= CImg
-GH_TAGNAME= ${DISTVERSIONPREFIX}.${DISTVERSION:S/.//g}
+GH_TAGNAME= v.${DISTVERSION:S/.//g}
.if !defined(WITHOUT_LAPACK)
. if defined(WITH_ATLAS)