diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-12-21 02:26:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-12-21 02:26:59 +0800 |
commit | 581fa5392267be8d279bb69a6e93da7c63c4adda (patch) | |
tree | d5af43d712760f15d75c2d39a8dac88c0759cf75 /mail | |
parent | ddffa7fcff74c653d4b3f70c42b406ef55807639 (diff) | |
download | freebsd-ports-gnome-581fa5392267be8d279bb69a6e93da7c63c4adda.tar.gz freebsd-ports-gnome-581fa5392267be8d279bb69a6e93da7c63c4adda.tar.zst freebsd-ports-gnome-581fa5392267be8d279bb69a6e93da7c63c4adda.zip |
- Fix r375073, it should be bsd.port.options.mk and bsd.port.mk
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cclient/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cclient/Makefile b/mail/cclient/Makefile index 4a2701b74ec1..636c9c9b0996 100644 --- a/mail/cclient/Makefile +++ b/mail/cclient/Makefile @@ -32,7 +32,7 @@ USE_LDCONFIG= yes SSL_USE= OPENSSL=yes -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSSL} PKGMESSAGE= pkg-message-ssl @@ -111,4 +111,4 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/c-client/OSCFLAGS ${STAGEDIR}${PREFIX}/include/c-client ${INSTALL_DATA} ${PORTREV_H} ${STAGEDIR}${PREFIX}/include/c-client -.include <bsd.port.post.mk> +.include <bsd.port.mk> |