Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  8 Mar 2004 14:59:11 +0300 (MSK)
From:      Nosov Artem <chip-set@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63926: Update: ftp/wput 
Message-ID:  <20040308115911.52C13353A@feel.void.su>
Resent-Message-ID: <200403081200.i28C0YgH023214@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63926
>Category:       ports
>Synopsis:       Update: ftp/wput
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 08 04:00:33 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Nosov Artem
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
ISP / ASC
>Environment:
System: 5.2.1-RELEASE


	
>Description:

Added PLIST_FILES macro, so pkg-plist can be removed

	
>How-To-Repeat:
	
>Fix:

	

--- wput.patch begins here ---
diff -ruN wput.orig/Makefile wput/Makefile
--- wput.orig/Makefile	Mon Mar  8 14:54:58 2004
+++ wput/Makefile	Mon Mar  8 14:56:29 2004
@@ -15,6 +15,8 @@
 MAINTAINER=	chip-set@mail.ru
 COMMENT=	Uploads files or directories to a ftpserver with support of resuming
 
+PORTDOCS=	TODO USAGE.examples
+
 USE_AUTOCONF_VER=	253
 USE_GETOPT_LONG=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
@@ -24,10 +26,12 @@
 CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
 		LIBS="-L${LOCALBASE}/lib"
 
+PLIST_FILES=	bin/wput
+
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
-.for f in USAGE.examples TODO
+.for f in ${PORTDOCS}
 	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
 .endfor
 .endif
--- wput.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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