Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 1998 11:22:52 -0800 (PST)
From:      rone@nas.nasa.gov
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/9106: minor bug in lsof Makefile
Message-ID:  <199812161922.LAA28077@hub.freebsd.org>

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

>Number:         9106
>Category:       ports
>Synopsis:       minor bug in lsof Makefile
>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:   Wed Dec 16 11:30:01 PST 1998
>Last-Modified:
>Originator:     Ron Echeverri
>Organization:
Sterling Software/NASA Ames Research Center
>Release:        2.2.8-stable
>Environment:
FreeBSD B1FF.nas.nasa.gov 2.2.8-STABLE FreeBSD 2.2.8-STABLE #0: Tue Dec  1 13:54:34 PST 1998     root@B1FF.nas.nasa.gov:/usr/src/sys/compile/B1FF  i386

>Description:
bug in Makefile for lsof installs manpage in wrong directory.  when make
install tries to compress the manpage, it doesn't find it and bombs.
>How-To-Repeat:
run "make install" in /usr/ports/sysutils/lsof
>Fix:
--- /usr/ports/sysutils/lsof/Makefile.orig      Wed Dec 16 11:18:51 1998
+++ /usr/ports/sysutils/lsof/Makefile   Wed Dec 16 11:18:40 1998
@@ -53,7 +53,7 @@
 
 do-install:
        ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -m 2755 -g kmem ${WRKSRC}/lsof ${PREFIX}/sbin
-       ${INSTALL_MAN} ${WRKSRC}/lsof.man ${PREFIX}/man/man1/lsof.8
+       ${INSTALL_MAN} ${WRKSRC}/lsof.man ${PREFIX}/man/man8/lsof.8
        @${MKDIR} ${PREFIX}/share/lsof
        ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/share/lsof
        @/bin/chmod 0444 ${PREFIX}/share/lsof/00*

>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?199812161922.LAA28077>