ports/63926: Update: ftp/wput

Nosov Artem chip-set at mail.ru
Mon Mar 8 12:00:34 UTC 2004


>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 at 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:



More information about the freebsd-ports-bugs mailing list