diff options
author | billf <billf@FreeBSD.org> | 1998-12-17 03:50:40 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1998-12-17 03:50:40 +0800 |
commit | b9aa0394fd3e2a0ceb5359c382a9065810e06441 (patch) | |
tree | 520129b13b8b1e165b6901db897e21c02a33dbf6 /sysutils/lsof | |
parent | 8bbaad8509515f4118f32c7f7782d21d716c31ae (diff) | |
download | freebsd-ports-gnome-b9aa0394fd3e2a0ceb5359c382a9065810e06441.tar.gz freebsd-ports-gnome-b9aa0394fd3e2a0ceb5359c382a9065810e06441.tar.zst freebsd-ports-gnome-b9aa0394fd3e2a0ceb5359c382a9065810e06441.zip |
Correct the installation of the lsof man page
PR: ports/9106
Diffstat (limited to 'sysutils/lsof')
-rw-r--r-- | sysutils/lsof/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 5d178721e06d..aa0b0e83f843 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -4,7 +4,7 @@ # Date created: Sat July 20, 1996 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.28 1998/12/02 07:01:08 obrien Exp $ +# $Id: Makefile,v 1.29 1998/12/07 20:04:01 obrien Exp $ # DISTNAME= lsof_4.38_W @@ -53,7 +53,7 @@ post-extract: 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* |