aboutsummaryrefslogtreecommitdiff
path: root/sysutils/battray
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-11-22 14:50:22 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-11-22 14:50:22 +0000
commitd7b83c2e582339b57a635133287a5c55920d70e7 (patch)
treef91bcfd349e5cbfc63f9b656fbe4bbe33111b770 /sysutils/battray
parent854d3c9da9186aeb80048e30e616d97ef75b897e (diff)
sysutils/battray: Replace GH_TAGNAME with DISTVERSIONPREFIX
Reported by: mat
Notes
Notes: svn path=/head/; revision=454690
Diffstat (limited to 'sysutils/battray')
-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>