From 03d252a698b3c341588fee40793e44118c883ca0 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 16 Jun 2001 02:10:56 +0000 Subject: Fix a typo that breaks the Makefile. --- sysutils/lsof/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *" -- cgit v1.2.3