1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Fix r375073, it should be bsd.port.options.mk and bsd.port.mk

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-12-20 18:26:59 +00:00
parent 2b9f3190cf
commit 93798729eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375077

View File

@ -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>