From owner-freebsd-ports Thu May 25 17:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4478737BE23 for ; Thu, 25 May 2000 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA46690; Thu, 25 May 2000 17:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id CB66F37B7E7 for ; Thu, 25 May 2000 17:42:58 -0700 (PDT) (envelope-from okazaki@be.to) Received: from mail1.be.to (mail1.be.to [210.235.212.2]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-2000050921000035) with ESMTP id JAA30947 for ; Fri, 26 May 2000 09:42:54 +0900 Received: from localhost (ppp32-Mobara1.mtci.ne.jp [210.172.1.234]) by mail1.be.to (8.9.3+3.2W/BETO.2.0-2000051721000000) with SMTP id JAA02235 for ; Fri, 26 May 2000 09:42:49 +0900 Received: (qmail 11372 invoked by uid 1001); 26 May 2000 00:42:23 -0000 Message-Id: <20000526004223.11371.qmail@dolphin.be.to> Date: 26 May 2000 00:42:23 -0000 From: okazaki@be.to Reply-To: okazaki@be.to To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: ports/18820: textproc/docbook-400 PLIST fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18820 >Category: ports >Synopsis: textproc/docbook-400 PLIST fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu May 25 17:50:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: OKAZAKI Tetsurou >Release: FreeBSD 4.0-STABLE i386 >Organization: Unknown >Environment: Recently updated ports-current. >Description: There is a typo in the docbook-400's PLIST. >How-To-Repeat: cd ${PORTSDIR}/textproc/docbook-400; make install deinstall >Fix: Use the patch below to fix the port. diff -urN /usr/ports/textproc/docbook-400/pkg/PLIST docbook-400/pkg/PLIST --- /usr/ports/textproc/docbook-400/pkg/PLIST Wed Apr 5 05:18:49 2000 +++ docbook-400/pkg/PLIST Fri May 26 08:50:46 2000 @@ -11,5 +11,6 @@ share/sgml/docbook/4.0/docbook.dtd share/sgml/docbook/4.0/catalog share/sgml/docbook/4.0/readme.txt -@dirrm share/sgml/docbook/4.1 -@dirrm share/sgml/docbook +@dirrm share/sgml/docbook/4.0 +@unexec rmdir %D/share/sgml/docbook 2>/dev/null || true +@unexec rmdir %D/share/sgml 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