aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-05-14 10:15:04 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-05-14 10:15:04 +0000
commit60d1a83c2a113150cedbc43ff12a7375144f741a (patch)
tree627649ff7699a289d5d78c11bf8d105881402ca8 /net-p2p
parenta50428b01c275f058b067787701d333a9d45cbcb (diff)
downloadports-60d1a83c2a113150cedbc43ff12a7375144f741a.tar.gz
ports-60d1a83c2a113150cedbc43ff12a7375144f741a.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/retroshare/Makefile3
-rw-r--r--net-p2p/rtgui/Makefile9
-rw-r--r--net-p2p/transmission-remote-gui/Makefile2
3 files changed, 7 insertions, 7 deletions
diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile
index 7d3de3abf105..b3a68c6a9b9f 100644
--- a/net-p2p/retroshare/Makefile
+++ b/net-p2p/retroshare/Makefile
@@ -5,8 +5,7 @@ PORTNAME= retroshare
PORTVERSION= 0.5.5c
PORTREVISION= 3
CATEGORIES= net-p2p
-MASTER_SITES= SF
-MASTER_SITE_SUBDIR=${PORTNAME}/${BINARY}/${PORTVERSION}
+MASTER_SITES= SF/${PORTNAME}/${BINARY}/${PORTVERSION}
DISTNAME= ${PORTNAME}_${SRC_VERSION}-${SRC_REVISION}
MAINTAINER= peter@netkey.at
diff --git a/net-p2p/rtgui/Makefile b/net-p2p/rtgui/Makefile
index 589c86705717..70696727e968 100644
--- a/net-p2p/rtgui/Makefile
+++ b/net-p2p/rtgui/Makefile
@@ -3,20 +3,21 @@
PORTNAME= rtgui
PORTVERSION= 0.2.81
CATEGORIES= net-p2p www
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-EXTRACT_SUFX= .tgz
+MASTER_SITES= GOOGLE_CODE
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Web based front end for rTorrent
+BUILD_DEPENDS+= xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c
+
+USES= tar:tgz
+
OPTIONS_DEFINE= APACHE LIGHTTPD
OPTIONS_RADIO= HTTP
OPTIONS_RADIO_HTTP= APACHE LIGHTTPD
OPTIONS_DEFAULTS= APACHE
-BUILD_DEPENDS+= xmlrpc-c-config:${PORTSDIR}/net/xmlrpc-c
-
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MAPACHE}
diff --git a/net-p2p/transmission-remote-gui/Makefile b/net-p2p/transmission-remote-gui/Makefile
index 10b58e2c7ca7..c790d5fb5491 100644
--- a/net-p2p/transmission-remote-gui/Makefile
+++ b/net-p2p/transmission-remote-gui/Makefile
@@ -5,7 +5,7 @@ PORTNAME= transmission-remote-gui
PORTVERSION= 5.0.1
PORTREVISION= 3
CATEGORIES= net-p2p
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES= GOOGLE_CODE
DISTNAME= transgui-${PORTVERSION}-src
MAINTAINER= acm@FreeBSD.org