diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2011-07-25 14:54:06 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2011-07-25 14:54:06 +0000 |
commit | 239add946e78dfb081fd91a9c13abf011e71b048 (patch) | |
tree | 4ed248a705b91c30b5c8c2d60cf54c67072089ba /net-p2p | |
parent | a53988aed0e6ffeb1238ea2e2e949eb4c4586dd6 (diff) | |
download | ports-239add946e78dfb081fd91a9c13abf011e71b048.tar.gz ports-239add946e78dfb081fd91a9c13abf011e71b048.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-daemon/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-gtk2/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/transmission-qt4/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index cce3586312d8..f79e8e5d7aa6 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -12,7 +12,7 @@ CATEGORIES?= net-p2p MASTER_SITES= http://download.m0k.org/${PORTNAME}/files/ PKGNAMESUFFIX?= -cli -MAINTAINER?= mezz@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= A lightweight CLI (command line) BitTorrent client and utilities SLAVEPORT?= cli diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile index ed2a5bd0a54f..7ec548d358e6 100644 --- a/net-p2p/transmission-daemon/Makefile +++ b/net-p2p/transmission-daemon/Makefile @@ -8,7 +8,7 @@ PORTREVISION= 0 PKGNAMESUFFIX= -daemon -MAINTAINER= mezz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A fast and lightweight daemon BitTorrent client RUN_DEPENDS= ${GEN_RUN_DEPENDS} diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile index 6ab9d7a31e98..e55cc0b505c1 100644 --- a/net-p2p/transmission-gtk2/Makefile +++ b/net-p2p/transmission-gtk2/Makefile @@ -8,7 +8,7 @@ PORTREVISION= 0 PKGNAMESUFFIX= -gtk2 -MAINTAINER= mezz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A fast and lightweight GTK+2 BitTorrent client LIB_DEPENDS= ${GEN_LIB_DEPENDS} \ diff --git a/net-p2p/transmission-qt4/Makefile b/net-p2p/transmission-qt4/Makefile index a82749c11295..912efb9fa8e0 100644 --- a/net-p2p/transmission-qt4/Makefile +++ b/net-p2p/transmission-qt4/Makefile @@ -8,7 +8,7 @@ PORTREVISION= 0 PKGNAMESUFFIX= -qt4 -MAINTAINER= mezz@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A fast and lightweight QT4 BitTorrent client LIB_DEPENDS= ${GEN_LIB_DEPENDS} |