diff options
Diffstat (limited to 'ftp/fget/Makefile')
-rw-r--r-- | ftp/fget/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ftp/fget/Makefile b/ftp/fget/Makefile index f7bc48b8a657..616c5364d1e4 100644 --- a/ftp/fget/Makefile +++ b/ftp/fget/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: fget -# Date created: 27 January 2002 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# +# Created by: Dmitry Sivachenko <demon@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fget PORTVERSION= 1.3.3 @@ -30,4 +26,5 @@ MLINKS= ftp_connect.3 ftp_login.3 ftp_connect.3 ftp_quit.3 \ ftp_site.3 ftp_site_open.3 ftp_stat.3 ftp_lstat.3 \ ftp_systype.3 ftp_status.3 ftp_whoami.3 ftp_get_host.3 +NO_STAGE= yes .include <bsd.port.mk> |