diff options
author | mat <mat@FreeBSD.org> | 2015-12-29 22:30:46 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-12-29 22:30:46 +0800 |
commit | 1772163e63a0cba092480dd01075455ffac9c61c (patch) | |
tree | 80d47d6daf921a1ed1c73eb307c65303934a6eed /net/beanstalkd | |
parent | e51643ad7d5e433459afaad3c44b31e1e7722b73 (diff) | |
download | freebsd-ports-gnome-1772163e63a0cba092480dd01075455ffac9c61c.tar.gz freebsd-ports-gnome-1772163e63a0cba092480dd01075455ffac9c61c.tar.zst freebsd-ports-gnome-1772163e63a0cba092480dd01075455ffac9c61c.zip |
Cleanup GH_* and variables order.
Sponsored by: Absolight
Diffstat (limited to 'net/beanstalkd')
-rw-r--r-- | net/beanstalkd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/beanstalkd/Makefile b/net/beanstalkd/Makefile index d8eca26f2626..c9f2ff5f33c8 100644 --- a/net/beanstalkd/Makefile +++ b/net/beanstalkd/Makefile @@ -15,7 +15,6 @@ USE_GITHUB= yes USE_RC_SUBR= beanstalkd GH_ACCOUNT= kr -GH_PROJECT= beanstalkd MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" |