diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 1999-09-19 22:20:02 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 1999-09-19 22:20:02 +0000 |
commit | b727cf33c9cbdde16a0eb930f1c973bb5ebc916f (patch) | |
tree | 977d9a2bdb1d92d3ace0bc9c2469e7831c61afc6 | |
parent | Add audio cd and mikmod support in Xmms. (diff) |
Fix port breakage when the required file did in fact exist in the
distfiles directory.
Noticed by: forrie@forrie.com
Notes
Notes:
svn path=/head/; revision=21768
-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> |