aboutsummaryrefslogtreecommitdiff
path: root/print/latex-biber/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-12-08 09:05:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-12-08 09:05:15 +0000
commitfaaac0db42d1da22ba59f628a1e29f2e00ea4367 (patch)
treea77b74f292c12d41f78b9ee7163ba78031669316 /print/latex-biber/Makefile
parent3f84c4ba7dc6f8f0f65b4b76f6b3a0f6faba2285 (diff)
downloadports-faaac0db42d1da22ba59f628a1e29f2e00ea4367.tar.gz
ports-faaac0db42d1da22ba59f628a1e29f2e00ea4367.zip
Don't use GH_TAGNAME when DISTVERSION* variables can be used.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=403255
Diffstat (limited to 'print/latex-biber/Makefile')
-rw-r--r--print/latex-biber/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/latex-biber/Makefile b/print/latex-biber/Makefile
index 3176b03caa75..ea8160f1f0bb 100644
--- a/print/latex-biber/Makefile
+++ b/print/latex-biber/Makefile
@@ -2,6 +2,7 @@
PORTNAME= biber
PORTVERSION= 2.1
+DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= print perl5
PKGNAMEPREFIX= latex-
@@ -50,6 +51,5 @@ USE_PERL5= modbuild
USE_TEX= texmf
USE_GITHUB= yes
GH_ACCOUNT= plk
-GH_TAGNAME= v${PORTVERSION}
.include <bsd.port.mk>