diff options
author | linimon <linimon@FreeBSD.org> | 2003-10-15 14:07:45 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-10-15 14:07:45 +0800 |
commit | 5d178b25d9bf3456eb1040ed9c347c5f35431388 (patch) | |
tree | d688d90bcf49301c0c73a32b53b3f9fbec58c416 /net-p2p/gift | |
parent | f4726b35f934045e8a34022415b0fa1ea249b0f3 (diff) | |
download | freebsd-ports-gnome-5d178b25d9bf3456eb1040ed9c347c5f35431388.tar.gz freebsd-ports-gnome-5d178b25d9bf3456eb1040ed9c347c5f35431388.tar.zst freebsd-ports-gnome-5d178b25d9bf3456eb1040ed9c347c5f35431388.zip |
The proper format of the Maintainer field is just the email address.
Having it otherwise can confuse some of the ports tools.
Diffstat (limited to 'net-p2p/gift')
-rw-r--r-- | net-p2p/gift/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile index 9a849e8cacc8..ffb54fb7b1d9 100644 --- a/net-p2p/gift/Makefile +++ b/net-p2p/gift/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:L} DISTNAME= ${PORTNAME:L}-${PORTVERSION} -MAINTAINER= Stefan Ehmann <shoesoft@gmx.net> +MAINTAINER= shoesoft@gmx.net COMMENT= An OpenFT, Gnutella and FastTrack p2p network client LIB_DEPENDS= ltdl.4:${PORTSDIR}/devel/libltdl \ |