diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-09-20 06:20:02 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-09-20 06:20:02 +0800 |
commit | a9395f019ec4f657373e9be31dd507b7b5e2d9bd (patch) | |
tree | ffeb78281bb476739ed5d1f391b152c2c56bed4a /mail | |
parent | aa7de8443c0c0521152a6ac9e4aa9b352c7f550e (diff) | |
download | freebsd-ports-gnome-a9395f019ec4f657373e9be31dd507b7b5e2d9bd.tar.gz freebsd-ports-gnome-a9395f019ec4f657373e9be31dd507b7b5e2d9bd.tar.zst freebsd-ports-gnome-a9395f019ec4f657373e9be31dd507b7b5e2d9bd.zip |
Fix port breakage when the required file did in fact exist in the
distfiles directory.
Noticed by: forrie@forrie.com
Diffstat (limited to 'mail')
-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> |