diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-09-19 22:30:44 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-09-19 22:30:44 +0000 |
commit | 7b0d3574b66adcec2ea97a9e7f264b4ebc743fae (patch) | |
tree | ba60d9e7dc2d489c455eadc738e4e1785201500a | |
parent | a9395f019ec4f657373e9be31dd507b7b5e2d9bd (diff) | |
download | FreeBSD-ports-7b0d3574b66adcec2ea97a9e7f264b4ebc743fae.zip FreeBSD-ports-7b0d3574b66adcec2ea97a9e7f264b4ebc743fae.tar.gz |
Oops. Committed wrong fixed Makefile. Need to include master
Makefile from the pine4 port.
-rw-r--r-- | mail/pine4-ssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/pine4-ssl/Makefile b/mail/pine4-ssl/Makefile index d8fdd0b..22dbd9b 100644 --- a/mail/pine4-ssl/Makefile +++ b/mail/pine4-ssl/Makefile @@ -47,4 +47,4 @@ post-extract: do-build: @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ./build bsf EXTRAAUTHENTICATORS=ssl) -.include <bsd.port.post.mk> +.include "${MASTERDIR}/Makefile" |