Fix small typo

This commit is contained in:
Nick Sayer 1999-06-23 19:07:22 +00:00
parent 09575bf336
commit f411047cf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19725

View File

@ -3,7 +3,7 @@
# Date created: 22 June 1999
# Whom: Nick Sayer <nsayer@freebsd.org>
#
# $Id:$
# $Id: Makefile,v 1.1.1.1 1999/06/23 07:30:53 nsayer Exp $
#
# I spent a <strong>very frustrating</strong> half hour with portlint
# on this one and could never get it to fewer than 8 frigging warnings.
@ -35,7 +35,7 @@ MASTERDIR= ${.CURDIR}/../pine4
FILESDIR= ${.CURDIR}/files
.if exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
IGNORE='Please fill out the form at http://www.kfu.com/~nsayer/encryption/pine.html and place the sources at ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} then run make again'
.endif