aboutsummaryrefslogtreecommitdiffstats
path: root/net/opentracker
diff options
context:
space:
mode:
authorsahil <sahil@FreeBSD.org>2010-04-16 05:46:50 +0800
committersahil <sahil@FreeBSD.org>2010-04-16 05:46:50 +0800
commit6e4ec36e6a0f52b866d155edd56e4a0030b9f8a6 (patch)
tree669faaceeca79ae1f6b804416d57a0a44be365b1 /net/opentracker
parent25b89172504fef9890b185977ad7f22dcfbd938b (diff)
downloadfreebsd-ports-gnome-6e4ec36e6a0f52b866d155edd56e4a0030b9f8a6.tar.gz
freebsd-ports-gnome-6e4ec36e6a0f52b866d155edd56e4a0030b9f8a6.tar.zst
freebsd-ports-gnome-6e4ec36e6a0f52b866d155edd56e4a0030b9f8a6.zip
- Update MASTER_SITES
- Use ${PORTNAME} variable where possible PR: ports/145637 Submitted by: Glen Barber <glen.j.barber@gmail.com> Approved by: Chris Rees (maintainer), wxs (mentor)
Diffstat (limited to 'net/opentracker')
-rw-r--r--net/opentracker/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/opentracker/Makefile b/net/opentracker/Makefile
index acc4b2ec9747..4fc9e2a0bb76 100644
--- a/net/opentracker/Makefile
+++ b/net/opentracker/Makefile
@@ -8,15 +8,15 @@
PORTNAME= opentracker
PORTVERSION= 0.2009.06.27
CATEGORIES= net
-MASTER_SITES= http://www.bayofrum.net/dist/opentracker/ \
- http://freebsd.dev-urandom.com/opentracker/
+MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/ \
+ http://www.glenbarber.us/ports/net/${PORTNAME}/
MAINTAINER= utisoft@gmail.com
COMMENT= A free lightweight bittorrent tracker using libowfat
BUILD_DEPENDS= ${LOCALBASE}/lib/libowfat.a:${PORTSDIR}/devel/libowfat
-USE_RC_SUBR= opentracker
+USE_RC_SUBR= ${PORTNAME}
OPTIONS= WANT_ACCESSLIST_BLACK "Enable client blacklisting" Off \
WANT_ACCESSLIST_WHITE "Enable client whitelisting" Off \