ports/56352: [patch] Fix plist for print/nenscript

Simon Barner barner at in.tum.de
Wed Sep 3 01:30:20 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list