diff options
author | mat <mat@FreeBSD.org> | 2016-06-01 21:15:36 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-06-01 21:15:36 +0800 |
commit | 2ad878233fa86f2aee5ae47da931d181ba41c6f6 (patch) | |
tree | 494feb823c7a0efa6fafeacaa9d18f03e331ae4d /x11/dzen2 | |
parent | cbe4fd39f2a61769e5e93323bfcf79f6a3b2f9f5 (diff) | |
download | freebsd-ports-graphics-2ad878233fa86f2aee5ae47da931d181ba41c6f6.tar.gz freebsd-ports-graphics-2ad878233fa86f2aee5ae47da931d181ba41c6f6.tar.zst freebsd-ports-graphics-2ad878233fa86f2aee5ae47da931d181ba41c6f6.zip |
Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.
Sponsored by: Absolight
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 17bade2476d..07452f752b8 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 |