diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-07 15:52:18 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-07 15:52:18 +0000 |
commit | 2e59da295c25140209418c7b478502885b71be6a (patch) | |
tree | bd95728b38c70426e4c5e974563ad2977c7def95 /net/grsync | |
parent | 78b76b211d94faf91eb9d4c78921e1937333fe6a (diff) |
Notes
Diffstat (limited to 'net/grsync')
-rw-r--r-- | net/grsync/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/grsync/Makefile b/net/grsync/Makefile index 0c87dac06188..6e4d3082d2eb 100644 --- a/net/grsync/Makefile +++ b/net/grsync/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: grsync # Date created: 24 August 2007 -# Whom: Ganael Laplanche <ganael.laplanche@martymac.com> +# Whom: Ganael Laplanche <ganael.laplanche@martymac.org> # # $FreeBSD$ # @@ -13,7 +13,7 @@ MASTER_SITES= http://www.opbyte.it/release/ \ GENTOO/distfiles \ LOCAL/chinsan -MAINTAINER= ganael.laplanche@martymac.com +MAINTAINER= ganael.laplanche@martymac.org COMMENT= GTK frontend for rsync RUN_DEPENDS= rsync:${PORTSDIR}/net/rsync |