diff options
-rw-r--r-- | sysutils/battray/Makefile | 2 |
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> |