- 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
+3 -1
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>