Skip site navigation (1)Skip section navigation (2)
Date:      4 Nov 2002 05:05:20 -0000
From:      Mike Meyer <mwm@mired.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/44866: Bublet in the unixstat port.
Message-ID:  <20021104050520.12653.qmail@mired.org>

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

>Number:         44866
>Category:       ports
>Synopsis:       Bublet in the unixstat port.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 03 21:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mike Meyer
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD guru.mired.org 4.7-STABLE FreeBSD 4.7-STABLE #17: Wed Oct 30 09:13:02 CST 2002 mwm@guru.mired.org:/sharetmp/obj/usr/src/sys/GURU i386

>Description:
	The unixstat port has a typo in the list of manual pages.

>How-To-Repeat:
	Try installing and then removing the port.
>Fix:

The attached patch corrects the problem.

diff -ur unixstat.orig/Makefile unixstat/Makefile
--- unixstat.orig/Makefile	Sun Nov  3 22:58:07 2002
+++ unixstat/Makefile	Sun Nov  3 22:58:31 2002
@@ -20,7 +20,7 @@
 
 MAN1=		abut.1 anova.1 calc.1 colex.1 contab.1 desc.1 dm.1 dprime.1 \
 		dsort.1 features.1 ff.1 fls.1 fpack.1 linex.1 maketrix.1 \
-		manstat.1 oneway.1 pair.1 perm.1 probdist.1 rakind.1 rankrel.1 \
+		manstat.1 oneway.1 pair.1 perm.1 probdist.1 rankind.1 rankrel.1 \
 		ranksort.1 regress.1 repeat.1 reverse.1 series.1 stats.1 \
 		transpose.1 ts.1 unixstat.1 validata.1
 



>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?20021104050520.12653.qmail>