diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-16 19:50:40 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-16 19:50:40 +0000 |
commit | 6565960bb84f5d36cc1f6f275aaf896a312d65b1 (patch) | |
tree | ba54b0913ed5382122c5087c37c278d95d8befc7 /sysutils/lsof | |
parent | 8f5eeb7b0a3d7874e633b93ab0c7e6669d71c037 (diff) |
Notes
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* |