aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-06-16 10:10:56 +0800
committerobrien <obrien@FreeBSD.org>2001-06-16 10:10:56 +0800
commit4c5a0b2607463704e942f2d884b4186a56e324c2 (patch)
treeb71b0dbb13a9d428474f93e30fdbf227b5b6573a /sysutils
parenta5456e743e31346285ee035fae93a64eac607a2c (diff)
downloadfreebsd-ports-gnome-4c5a0b2607463704e942f2d884b4186a56e324c2.tar.gz
freebsd-ports-gnome-4c5a0b2607463704e942f2d884b4186a56e324c2.tar.zst
freebsd-ports-gnome-4c5a0b2607463704e942f2d884b4186a56e324c2.zip
Fix a typo that breaks the Makefile.
Diffstat (limited to 'sysutils')
-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 *"