Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Mar 1999 15:33:32 +1100
From:      Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/10393: formatted lsof man page installed into man8
Message-ID:  <99Mar5.152234est.40373@border.alcanet.com.au>

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

>Number:         10393
>Category:       ports
>Synopsis:       formatted lsof man page installed into man8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar  4 20:40:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Peter Jeremy
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
Alcatel Australia Limited
>Environment:

	/usr/ports/sysutils/lsof/Makefile,v 1.37

>Description:

	The Makefile installs lsof.man into /usr/local/man/man8.  lsof.man
	is the formatted man page, which should go into cat8 and/or
	lsof.8 should be installed as lsof.8

>How-To-Repeat:

	cd /usr/ports/sysutils/lsof
	make install
	gzcat /usr/local/man/man8/lsof.8.gz | more

>Fix:
	
Index: Makefile
===================================================================
RCS file: /home/CVSROOT/./ports/sysutils/lsof/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- Makefile    1999/02/28 03:37:18     1.37
+++ Makefile    1999/03/05 04:32:42
@@ -55,7 +55,7 @@
 
 do-install:
        ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -m 2755 -g kmem ${WRKSRC}/lsof ${PREFIX}/sbin
-       ${INSTALL_MAN} ${WRKSRC}/lsof.man ${PREFIX}/man/man8/lsof.8
+       ${INSTALL_MAN} ${WRKSRC}/lsof.8 ${PREFIX}/man/man8/lsof.8
        @${MKDIR} ${PREFIX}/share/lsof
        ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/share/lsof
        @/bin/chmod 0444 ${PREFIX}/share/lsof/00*

>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?99Mar5.152234est.40373>