summaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-06-16 02:10:56 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-06-16 02:10:56 +0000
commit03d252a698b3c341588fee40793e44118c883ca0 (patch)
tree7f478bd708046e2ebbc2a9278acfdcf4b0fc891e /sysutils/lsof
parentLSOF's configure uses `FREEBSD_SYS' as a way to override /usr/src/sys as (diff)
Fix a typo that breaks the Makefile.
Notes
Notes: svn path=/head/; revision=44052
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 908178167572..c10c57817ede 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -66,7 +66,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/share/lsof
@${CHMOD} 0444 ${PREFIX}/share/lsof/00*
-if !exists(${FREEBSD_SYS}/miscfs/fdesc/fdesc.h)
+.if !exists(${FREEBSD_SYS}/miscfs/fdesc/fdesc.h)
post-install:
@${ECHO} "************************************************************"
@${ECHO} "* W a r n i n g *"