Date: Mon, 1 May 2000 20:43:20 +1000 (EST) From: atrn@zeta.org.au To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18322: Make ici port dirrm everything it creates Message-ID: <200005011043.UAA45457@ska.bsn>
next in thread | raw e-mail | index | archive | help
>Number: 18322 >Category: ports >Synopsis: Add missing dirrm's to ici's PLIST >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon May 1 03:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Andy Newman >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: The PR's new tool to discovered ports that don't clean up after themselves caught ici. It would leave two directories lying around. >How-To-Repeat: >Fix: @dirrm the directories in the PLIST... Here's the patch, diff -ru /usr/ports/lang/ici/pkg/PLIST ici/pkg/PLIST --- /usr/ports/lang/ici/pkg/PLIST Mon Nov 1 15:18:36 1999 +++ ici/pkg/PLIST Mon May 1 20:36:13 2000 @@ -39,5 +39,7 @@ share/doc/ici/ici.pdf @dirrm include/ici/pcre @dirrm include/ici +@dirrm lib/ici +@dirrm share/doc/ici @unexec rmdir share/doc/ici 2>/dev/null || true @unexec rmdir lib/ici 2>/dev/null || true >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005011043.UAA45457>