diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-01 13:15:36 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-01 13:15:36 +0000 |
commit | 77f8276a881b10dbc4166c281c69d8df4675409b (patch) | |
tree | 494feb823c7a0efa6fafeacaa9d18f03e331ae4d /x11/dzen2 | |
parent | e255815fa14317bcd7ad4d2e56b97547481c5608 (diff) | |
download | ports-77f8276a881b10dbc4166c281c69d8df4675409b.tar.gz ports-77f8276a881b10dbc4166c281c69d8df4675409b.zip |
Notes
Diffstat (limited to 'x11/dzen2')
-rw-r--r-- | x11/dzen2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/dzen2/Makefile b/x11/dzen2/Makefile index 17bade2476db..07452f752b8c 100644 --- a/x11/dzen2/Makefile +++ b/x11/dzen2/Makefile @@ -1,9 +1,10 @@ # Created by: Morten Slot Kristensen # $FreeBSD$ -PORTNAME= dzen2 +PORTNAME= dzen PORTVERSION= 0.9.5 CATEGORIES= x11 +PKGNAMESUFFIX= 2 MAINTAINER= udvzsolt@gmail.com COMMENT= General purpose messaging, notification and menuing program for X11 @@ -12,7 +13,6 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= robm -GH_PROJECT= dzen GH_TAGNAME= 488ab66 USES= pkgconfig |