diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /sysutils/lsof | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
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 7467fa64c894..488e13499e39 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.43 1999/06/26 01:06:41 obrien Exp $ +# $Id: Makefile,v 1.44 1999/07/31 17:22:26 obrien Exp $ # DISTNAME= lsof_4.45_W @@ -59,7 +59,7 @@ do-install: ${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* + @${CHMOD} 0444 ${PREFIX}/share/lsof/00* .if !exists(/sys/miscfs/fdesc/fdesc.h) && !exists(/usr/src/miscfs/fdesc/fdesc.h) post-install: |