ports/115161: archivers/zip pkg-plist -> PLIST_FILES

David Yeske dyeske at gmail.com
Fri Aug 3 07:10:02 UTC 2007


>Number:         115161
>Category:       ports
>Synopsis:       archivers/zip pkg-plist -> PLIST_FILES
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 03 07:10:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     David Yeske
>Release:        HEAD
>Organization:
>Environment:
FreeBSD speed 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Wed Jul 18 23:40:39 EDT 2007     root at speed:/usr/obj/usr/src/sys/SPEED  amd64

>Description:
Move the pkg-plist entries into the port Makefile and delete pkg-plist.  This reduce the number of files in the ports collection by one.
>How-To-Repeat:

>Fix:
apply attached patch
delete pkg-plist

Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/zip/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- Makefile	28 Jul 2006 14:42:53 -0000	1.33
+++ Makefile	3 Aug 2007 06:56:41 -0000
@@ -20,6 +20,12 @@
 ALL_TARGET=	generic
 MAN1=		zip.1
 
+PLIST_FILES=	\
+	bin/zip \
+	bin/zipcloak \
+	bin/zipnote \
+	bin/zipsplit
+
 do-install:
 .for file in zip zipcloak zipnote zipsplit
 	${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin


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



More information about the freebsd-ports-bugs mailing list