Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Sep 2006 11:51:24 +0800 (CST)
From:      Dryice Liu <dryice@dryice.name>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/103056: [maintainer] textproc/muse: fix plist
Message-ID:  <200609090351.k893pOeH009803@readonline.info>
Resent-Message-ID: <200609090400.k8940hij040365@freefall.freebsd.org>

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

>Number:         103056
>Category:       ports
>Synopsis:       [maintainer] textproc/muse: fix plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 09 04:00:43 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dryice Liu
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD dryice.3322.org 6.0-STABLE FreeBSD 6.0-STABLE #0: Thu Dec 1 15:59:44 CST 2005


	
>Description:

	fix plist: remove related info from info/dir when deinstall

>How-To-Repeat:

	install and deinstall the port, then do a "info" command, the
	muse entry is still there, but can't be accessed. (the info
	file is deleted.)

>Fix:

	

--- attached file begins here ---
diff -ruN muse.old/pkg-plist muse/pkg-plist
--- muse.old/pkg-plist	Wed Aug 23 10:28:49 2006
+++ muse/pkg-plist	Sat Sep  9 11:43:24 2006
@@ -1,4 +1,5 @@
 info/muse
+@unexec install-info --quiet --delete %D/info/muse %D/info/dir
 %%EMACS_SITE_LISPDIR%%/muse/contrib/cgi.el
 %%EMACS_SITE_LISPDIR%%/muse/contrib/cgi.elc
 %%EMACS_SITE_LISPDIR%%/muse/contrib/httpd.el
--- attached file ends here ---


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



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