diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-01-23 22:43:36 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-01-23 22:43:36 +0000 |
commit | 45a812efa1bf31960c65618d4464f2b68165e404 (patch) | |
tree | 0b0f5235e769bdb3e7fd4e2d9f1c070a28fe87a8 /ftp/downloader | |
parent | 0f75c532cb3e66ec4fc0aa7d728f968a8dd086e5 (diff) | |
download | ports-45a812efa1bf31960c65618d4464f2b68165e404.tar.gz ports-45a812efa1bf31960c65618d4464f2b68165e404.zip |
Notes
Diffstat (limited to 'ftp/downloader')
-rw-r--r-- | ftp/downloader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile index ac3eda7e1bdb..58ac99b15297 100644 --- a/ftp/downloader/Makefile +++ b/ftp/downloader/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://d4x.krasu.ru/files/ \ ftp://ftp.chg.ru/pub/X11/applications/Xdownloader/ DISTNAME= d4x-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@FreeBSD.org COMMENT= Program for downloading via FTP or HTTP with GUI BUILD_DEPENDS= ${LOCALBASE}/include/boost/smart_ptr.hpp:${PORTSDIR}/devel/boost \ |