1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Fix malformed conditional in Makefile

This commit is contained in:
Jose Alonso Cardenas Marquez 2019-09-05 06:19:43 +00:00
parent 1b8df01dc3
commit 2d7697b2fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511155

View File

@ -25,6 +25,8 @@ SUB_FILES= pkg-message
OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
MAKE_ENV+= LFLAGS=-Wl,-z,notext
.endif
@ -44,4 +46,4 @@ do-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/License.txt ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC}/doc/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html
.include <bsd.port.mk>
.include <bsd.port.post.mk>