diff options
author | crees <crees@FreeBSD.org> | 2013-03-02 21:48:31 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-03-02 21:48:31 +0800 |
commit | 0af0efbf48d0671392cb38883dbbd259613dd046 (patch) | |
tree | 65a0fec2bb7df7b8c8fb2a31239fa64c64e06184 /net-p2p/transmission-daemon | |
parent | dae2ee7038c19aeae5cadbb7fee38e751cb4f575 (diff) | |
download | freebsd-ports-gnome-0af0efbf48d0671392cb38883dbbd259613dd046.tar.gz freebsd-ports-gnome-0af0efbf48d0671392cb38883dbbd259613dd046.tar.zst freebsd-ports-gnome-0af0efbf48d0671392cb38883dbbd259613dd046.zip |
Fix chown for transmission home directory to silence complaints
from transmission-daemon
De-articulate COMMENT
Diffstat (limited to 'net-p2p/transmission-daemon')
-rw-r--r-- | net-p2p/transmission-daemon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/transmission-daemon/Makefile b/net-p2p/transmission-daemon/Makefile index a1d1218b9e09..4b2db8e4dc22 100644 --- a/net-p2p/transmission-daemon/Makefile +++ b/net-p2p/transmission-daemon/Makefile @@ -1,10 +1,10 @@ # $FreeBSD$ -PORTREVISION= 0 +PORTREVISION= 1 PKGNAMESUFFIX= -daemon MAINTAINER= crees@FreeBSD.org -COMMENT= A fast and lightweight daemon BitTorrent client +COMMENT= Fast and lightweight daemon BitTorrent client RUN_DEPENDS= ${GEN_RUN_DEPENDS} |