diff options
author | edwin <edwin@FreeBSD.org> | 2004-07-08 16:02:10 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-07-08 16:02:10 +0800 |
commit | 7e141665a3bc55a534ba9c3ae80ec39302b050d0 (patch) | |
tree | 92fcff789fe392a128bced3379dcf35659ef4e0a /ftp/wput/Makefile | |
parent | 106946e69878d9ec50991e63a090e57790b753ed (diff) | |
download | freebsd-ports-gnome-7e141665a3bc55a534ba9c3ae80ec39302b050d0.tar.gz freebsd-ports-gnome-7e141665a3bc55a534ba9c3ae80ec39302b050d0.tar.zst freebsd-ports-gnome-7e141665a3bc55a534ba9c3ae80ec39302b050d0.zip |
Update ftp/wput to version 0.4 (with smarter upload options)
PR: ports/68684
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Reviewed by: ChiP <chip-set@mail.ru>
Diffstat (limited to 'ftp/wput/Makefile')
-rw-r--r-- | ftp/wput/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/wput/Makefile b/ftp/wput/Makefile index aa578d7f5319..52d695301216 100644 --- a/ftp/wput/Makefile +++ b/ftp/wput/Makefile @@ -6,16 +6,15 @@ # PORTNAME= wput -PORTVERSION= 0.3.6d +PORTVERSION= 0.4 CATEGORIES= ftp MASTER_SITES= http://itooktheredpill.dyndns.org/wput/ -DISTNAME= wput-0.3.6 EXTRACT_SUFX= .tgz MAINTAINER= chip-set@mail.ru COMMENT= Uploads files or directories to a ftpserver with support of resuming -PORTDOCS= TODO USAGE.examples +PORTDOCS= TODO ChangeLog USE_AUTOCONF_VER= 253 USE_GETOPT_LONG= yes @@ -27,6 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" PLIST_FILES= bin/wput +MAN1= wput.1 post-install: .if !defined(NOPORTDOCS) |