diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-06-24 03:07:22 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-06-24 03:07:22 +0800 |
commit | 107f52bf5d60adc0e57119156238fd8e9c2bac88 (patch) | |
tree | 429fa34f10f872e733242c4c4c63e481a19b3181 | |
parent | 7b2c1721fb927c12a12c24486bd98fd719485e64 (diff) | |
download | freebsd-ports-gnome-107f52bf5d60adc0e57119156238fd8e9c2bac88.tar.gz freebsd-ports-gnome-107f52bf5d60adc0e57119156238fd8e9c2bac88.tar.zst freebsd-ports-gnome-107f52bf5d60adc0e57119156238fd8e9c2bac88.zip |
Fix small typo
-rw-r--r-- | mail/pine4-ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pine4-ssl/Makefile b/mail/pine4-ssl/Makefile index 4e2bb31bf1b1..17eb5a8a6ad4 100644 --- a/mail/pine4-ssl/Makefile +++ b/mail/pine4-ssl/Makefile @@ -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 |