1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Fix a typo that breaks the Makefile.

This commit is contained in:
David E. O'Brien 2001-06-16 02:10:56 +00:00
parent d46da60024
commit 03d252a698
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44052

View File

@ -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 *"