diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 13:32:27 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2012-09-22 13:32:27 +0800 |
commit | 929c146e97d0988aa611c71a5dcc36cea164388e (patch) | |
tree | 4a84a5cff42c74724f07d285d53cf3407a074e33 /ftp/bbftp/Makefile | |
parent | 45a00f76fbdbf3f7cbc3b75c411b707f465fd688 (diff) | |
download | freebsd-ports-gnome-929c146e97d0988aa611c71a5dcc36cea164388e.tar.gz freebsd-ports-gnome-929c146e97d0988aa611c71a5dcc36cea164388e.tar.zst freebsd-ports-gnome-929c146e97d0988aa611c71a5dcc36cea164388e.zip |
- Reassign to the heap at the maintainer's request
Diffstat (limited to 'ftp/bbftp/Makefile')
-rw-r--r-- | ftp/bbftp/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ftp/bbftp/Makefile b/ftp/bbftp/Makefile index 7650d9ecb1dd..6fe9908a8aca 100644 --- a/ftp/bbftp/Makefile +++ b/ftp/bbftp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bbftp -# Date created: 6 June 2006 -# Whom: Petr Holub <hopet@ics.muni.cz> -# +# Created by: Petr Holub <hopet@ics.muni.cz> # $FreeBSD$ -# PORTNAME= bbftp PORTVERSION= 3.0.2 @@ -11,7 +7,7 @@ CATEGORIES= ftp MASTER_SITES= http://doc.in2p3.fr/bbftp/dist/ \ http://ftp.riken.go.jp/pub/net/bbftp/ -MAINTAINER= hopet@ics.muni.cz +MAINTAINER= ports@FreeBSD.org COMMENT= Multiple stream file transfer protocol optimized for large files USE_GMAKE= yes |