Date: Fri, 3 Aug 2007 07:08:15 GMT From: David Yeske <dyeske@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/115161: archivers/zip pkg-plist -> PLIST_FILES Message-ID: <200708030708.l7378FfD047688@www.freebsd.org> Resent-Message-ID: <200708030710.l737A1EI086446@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708030708.l7378FfD047688>