Skip site navigation (1)Skip section navigation (2)
Date:      26 May 2000 00:42:23 -0000
From:      okazaki@be.to
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/18820: textproc/docbook-400 PLIST fix
Message-ID:  <20000526004223.11371.qmail@dolphin.be.to>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000526004223.11371.qmail>