diff options
author | nsayer <nsayer@FreeBSD.org> | 1999-09-20 06:30:44 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 1999-09-20 06:30:44 +0800 |
commit | 7b0d3574b66adcec2ea97a9e7f264b4ebc743fae (patch) | |
tree | ba60d9e7dc2d489c455eadc738e4e1785201500a /mail | |
parent | a9395f019ec4f657373e9be31dd507b7b5e2d9bd (diff) | |
download | freebsd-ports-gnome-7b0d3574b66adcec2ea97a9e7f264b4ebc743fae.tar.gz freebsd-ports-gnome-7b0d3574b66adcec2ea97a9e7f264b4ebc743fae.tar.zst freebsd-ports-gnome-7b0d3574b66adcec2ea97a9e7f264b4ebc743fae.zip |
Oops. Committed wrong fixed Makefile. Need to include master
Makefile from the pine4 port.
Diffstat (limited to 'mail')
-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 d8fdd0b3623d..22dbd9badbde 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" |