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-lib/Makefile | |
parent | 7c65dab930353eb7ad718318afcef854c06f2133 (diff) | |
download | freebsd-ports-gnome-b194d294190727ae6c280b758b010ac9bb52cd80.tar.gz freebsd-ports-gnome-b194d294190727ae6c280b758b010ac9bb52cd80.tar.zst freebsd-ports-gnome-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-lib/Makefile')
-rw-r--r-- | net-p2p/eiskaltdcpp-lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-p2p/eiskaltdcpp-lib/Makefile b/net-p2p/eiskaltdcpp-lib/Makefile index a2387eb0b159..6c3e422943a5 100644 --- a/net-p2p/eiskaltdcpp-lib/Makefile +++ b/net-p2p/eiskaltdcpp-lib/Makefile @@ -14,7 +14,6 @@ COMMENT= Direct Connect client shared library LICENSE= GPLv3 USE_GITHUB= yes -GH_ACCOUNT= eiskaltdcpp .if !defined (MASTERDIR) LIB_DEPENDS= libboost_system.so:devel/boost-libs |