Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 2015 20:16:29 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379625 - head/lang/erlang-wx
Message-ID:  <201502222016.t1MKGTm6035950@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502222016.t1MKGTm6035950>