diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-23 19:07:22 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 1999-06-23 19:07:22 +0000 |
commit | f411047cf34d6566650055aa33b75703e9efaeec (patch) | |
tree | f7d0c753578d905428a11e0e4e30a8eac30d88bb /mail/pine4-ssl | |
parent | 09575bf33650b7f9025e990036d9a518f3b43a48 (diff) |
Notes
Diffstat (limited to 'mail/pine4-ssl')
-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 |