Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  3 Sep 2003 03:27:43 +0200 (CEST)
From:      Simon Barner <barner@in.tum.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56352: [patch] Fix plist for print/nenscript
Message-ID:  <20030903012743.010D738794@zi025.glhnet.mhn.de>
Resent-Message-ID: <200309030130.h831UIcV075135@freefall.freebsd.org>

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

>Number:         56352
>Category:       ports
>Synopsis:       [patch] Fix plist for print/nenscript
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 02 18:30:18 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Simon Barner
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD zi025.glhnet.mhn.de 4.8-STABLE FreeBSD 4.8-STABLE #0: Thu Aug 7 04:04:01 CEST 2003 toor@zi025.glhnet.mhn.de:/usr/src/sys/compile/KISTE i386


	
>Description:
%%NOPORTDOCS%% was wrongly used instead of %%PORTDOCS%% in the pkg-plist
file.

>How-To-Repeat:
>Fix:
--- pkg-plist.orig      Wed Sep  3 03:22:57 2003
+++ pkg-plist   Wed Sep  3 03:23:41 2003
@@ -1,3 +1,3 @@
 bin/nenscript
-%%NOPORTDOCS%%%%DOCSDIR%%/readme
-%%NOPORTDOCS%%@dirrm %%DOCSDIR%%
+%%PORTDOCS%%%%DOCSDIR%%/readme
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



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