svn commit: r511155 - head/security/veracrypt

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Thu Sep 5 06:19:44 UTC 2019


Author: acm
Date: Thu Sep  5 06:19:43 2019
New Revision: 511155
URL: https://svnweb.freebsd.org/changeset/ports/511155

Log:
  - Fix malformed conditional in Makefile

Modified:
  head/security/veracrypt/Makefile

Modified: head/security/veracrypt/Makefile
==============================================================================
--- head/security/veracrypt/Makefile	Thu Sep  5 04:40:34 2019	(r511154)
+++ head/security/veracrypt/Makefile	Thu Sep  5 06:19:43 2019	(r511155)
@@ -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>


More information about the svn-ports-head mailing list