Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2013 16:17:25 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337545 - head/ftp/fget
Message-ID:  <201312261617.rBQGHPAj061656@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 26 16:17:25 2013
New Revision: 337545
URL: http://svnweb.freebsd.org/changeset/ports/337545

Log:
  Support stage

Modified:
  head/ftp/fget/Makefile
  head/ftp/fget/pkg-plist

Modified: head/ftp/fget/Makefile
==============================================================================
--- head/ftp/fget/Makefile	Thu Dec 26 16:13:15 2013	(r337544)
+++ head/ftp/fget/Makefile	Thu Dec 26 16:17:25 2013	(r337545)
@@ -7,24 +7,9 @@ CATEGORIES=	ftp www
 MASTER_SITES=	ftp://ftp.feep.net/pub/software/fget/
 
 MAINTAINER=	demon@FreeBSD.org
-COMMENT=	A commandline tool for mirroring remote files via FTP
+COMMENT=	Commandline tool for mirroring remote files via FTP
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 
-MAN1=	fget.1
-MAN3=	ftp_chdir.3 ftp_close.3 ftp_connect.3 ftp_fd.3 ftp_getcwd.3 ftp_glob.3 \
-	ftp_lseek.3 ftp_mkdir.3 ftp_open.3 ftp_opendir.3 ftp_read.3 \
-	ftp_readlink.3 ftp_realpath.3 ftp_remove.3 ftp_rename.3 ftp_rmdir.3 \
-	ftp_set_options.3 ftp_site.3 ftp_stat.3 ftp_systype.3 ftp_type.3 \
-	ftp_unlink.3 ftp_url_parse.3 ftp_whoami.3 ftp_write.3 libfget.3
-MLINKS=	ftp_connect.3 ftp_login.3 ftp_connect.3 ftp_quit.3 \
-	ftp_fd.3 ftp_data_fd.3 ftp_glob.3 ftp_globfree.3 \
-	ftp_opendir.3 ftp_readdir.3 ftp_opendir.3 ftp_rewinddir.3 \
-	ftp_opendir.3 ftp_telldir.3 ftp_opendir.3 ftp_seekdir.3 \
-	ftp_opendir.3 ftp_closedir.3 ftp_set_options.3 ftp_get_options.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>

Modified: head/ftp/fget/pkg-plist
==============================================================================
--- head/ftp/fget/pkg-plist	Thu Dec 26 16:13:15 2013	(r337544)
+++ head/ftp/fget/pkg-plist	Thu Dec 26 16:17:25 2013	(r337545)
@@ -1,3 +1,44 @@
 bin/fget
 include/libfget.h
 lib/libfget.a
+man/man1/fget.1.gz
+man/man3/ftp_chdir.3.gz
+man/man3/ftp_close.3.gz
+man/man3/ftp_closedir.3.gz
+man/man3/ftp_connect.3.gz
+man/man3/ftp_data_fd.3.gz
+man/man3/ftp_fd.3.gz
+man/man3/ftp_get_host.3.gz
+man/man3/ftp_get_options.3.gz
+man/man3/ftp_getcwd.3.gz
+man/man3/ftp_glob.3.gz
+man/man3/ftp_globfree.3.gz
+man/man3/ftp_login.3.gz
+man/man3/ftp_lseek.3.gz
+man/man3/ftp_lstat.3.gz
+man/man3/ftp_mkdir.3.gz
+man/man3/ftp_open.3.gz
+man/man3/ftp_opendir.3.gz
+man/man3/ftp_quit.3.gz
+man/man3/ftp_read.3.gz
+man/man3/ftp_readdir.3.gz
+man/man3/ftp_readlink.3.gz
+man/man3/ftp_realpath.3.gz
+man/man3/ftp_remove.3.gz
+man/man3/ftp_rename.3.gz
+man/man3/ftp_rewinddir.3.gz
+man/man3/ftp_rmdir.3.gz
+man/man3/ftp_seekdir.3.gz
+man/man3/ftp_set_options.3.gz
+man/man3/ftp_site.3.gz
+man/man3/ftp_site_open.3.gz
+man/man3/ftp_stat.3.gz
+man/man3/ftp_status.3.gz
+man/man3/ftp_systype.3.gz
+man/man3/ftp_telldir.3.gz
+man/man3/ftp_type.3.gz
+man/man3/ftp_unlink.3.gz
+man/man3/ftp_url_parse.3.gz
+man/man3/ftp_whoami.3.gz
+man/man3/ftp_write.3.gz
+man/man3/libfget.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312261617.rBQGHPAj061656>