diff options
-rw-r--r-- | mail/pine4-ssl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.pre.mk> + .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 <bsd.port.post.mk> |