aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-11-22 22:50:22 +0800
committertz <tz@FreeBSD.org>2017-11-22 22:50:22 +0800
commit29ab5bbe37b3657c57c5702204b95787c06c6509 (patch)
treef91bcfd349e5cbfc63f9b656fbe4bbe33111b770 /sysutils
parenteac421054f068d1da52d03318486ad59c1a03f9e (diff)
downloadfreebsd-ports-gnome-29ab5bbe37b3657c57c5702204b95787c06c6509.tar.gz
freebsd-ports-gnome-29ab5bbe37b3657c57c5702204b95787c06c6509.tar.zst
freebsd-ports-gnome-29ab5bbe37b3657c57c5702204b95787c06c6509.zip
sysutils/battray: Replace GH_TAGNAME with DISTVERSIONPREFIX
Reported by: mat
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/battray/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/battray/Makefile b/sysutils/battray/Makefile
index 9b12b5e17ce8..59063d48c345 100644
--- a/sysutils/battray/Makefile
+++ b/sysutils/battray/Makefile
@@ -5,6 +5,7 @@ PORTNAME= battray
DISTVERSION= 2.3
PORTREVISION= 1
CATEGORIES= sysutils python
+DISTVERSIONPREFIX= version-
MAINTAINER= tz@FreeBSD.org
COMMENT= Display notebook battery status in tray
@@ -17,6 +18,5 @@ USE_PYTHON= autoplist distutils
USE_GITHUB= yes
GH_ACCOUNT= Carpetsmoker
-GH_TAGNAME= version-${DISTVERSION}
.include <bsd.port.mk>