svn commit: r379625 - head/lang/erlang-wx

Antoine Brodin antoine at FreeBSD.org
Sun Feb 22 20:16:29 UTC 2015


Author: antoine
Date: Sun Feb 22 20:16:28 2015
New Revision: 379625
URL: https://svnweb.freebsd.org/changeset/ports/379625
QAT: https://qat.redports.org/buildarchive/r379625/

Log:
  Fix packaging

Modified:
  head/lang/erlang-wx/Makefile

Modified: head/lang/erlang-wx/Makefile
==============================================================================
--- head/lang/erlang-wx/Makefile	Sun Feb 22 19:37:33 2015	(r379624)
+++ head/lang/erlang-wx/Makefile	Sun Feb 22 20:16:28 2015	(r379625)
@@ -19,7 +19,8 @@ COMMENT=	Erlang bindings for wxWindows
 
 WRKSRC=		${WRKDIR}/otp_src_${ERL_RELEASE}
 
-PLIST_SUB=	APP_VERSION=${APP_VERSION}
+PLIST_SUB=	APP_VERSION=${APP_VERSION} \
+		CONFIGURE_TARGET=${CONFIGURE_TARGET}
 
 MAKE_JOBS_UNSAFE=yes
 


More information about the svn-ports-head mailing list