diff options
author | fjoe <fjoe@FreeBSD.org> | 2016-10-05 00:23:18 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2016-10-05 00:23:18 +0800 |
commit | b194d294190727ae6c280b758b010ac9bb52cd80 (patch) | |
tree | f2b2ac35d27484a5e275f5fd3ba53d214c9a3ccb /net-p2p/eiskaltdcpp-qt | |
parent | 7c65dab930353eb7ad718318afcef854c06f2133 (diff) | |
download | freebsd-ports-graphics-b194d294190727ae6c280b758b010ac9bb52cd80.tar.gz freebsd-ports-graphics-b194d294190727ae6c280b758b010ac9bb52cd80.tar.zst freebsd-ports-graphics-b194d294190727ae6c280b758b010ac9bb52cd80.zip |
- Don't use GH_ACCOUNT as PORTNAME is always "eiskaltdcpp" for all
eiskaltdcpp-* ports
- Reset PORTREVISION after version bump
Diffstat (limited to 'net-p2p/eiskaltdcpp-qt')
-rw-r--r-- | net-p2p/eiskaltdcpp-qt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/eiskaltdcpp-qt/Makefile b/net-p2p/eiskaltdcpp-qt/Makefile index e04a7891508..afd40867a68 100644 --- a/net-p2p/eiskaltdcpp-qt/Makefile +++ b/net-p2p/eiskaltdcpp-qt/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= eiskaltdcpp -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= net-p2p PKGNAMESUFFIX= -qt |