From b727cf33c9cbdde16a0eb930f1c973bb5ebc916f Mon Sep 17 00:00:00 2001 From: Nick Sayer Date: Sun, 19 Sep 1999 22:20:02 +0000 Subject: Fix port breakage when the required file did in fact exist in the distfiles directory. Noticed by: forrie@forrie.com --- mail/pine4-ssl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/pine4-ssl/Makefile b/mail/pine4-ssl/Makefile index f7a7955ff2b0..d8fdd0b3623d 100644 --- a/mail/pine4-ssl/Makefile +++ b/mail/pine4-ssl/Makefile @@ -35,6 +35,8 @@ MASTERDIR= ${.CURDIR}/../pine4 FILESDIR= ${.CURDIR}/files +.include + .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 @@ -45,4 +47,4 @@ post-extract: do-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build bsf EXTRAAUTHENTICATORS=ssl) -.include "${MASTERDIR}/Makefile" +.include -- cgit v1.2.3