Date: Mon, 18 Apr 2016 12:30:43 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413571 - head/devel/tclxml Message-ID: <201604181230.u3ICUhRJ050087@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Mon Apr 18 12:30:42 2016 New Revision: 413571 URL: https://svnweb.freebsd.org/changeset/ports/413571 Log: devel/tclxml: no need to add --prefix to CONFIGURE_ARGS PR: 208874 Submitted by: mi Modified: head/devel/tclxml/Makefile Modified: head/devel/tclxml/Makefile ============================================================================== --- head/devel/tclxml/Makefile Mon Apr 18 11:28:48 2016 (r413570) +++ head/devel/tclxml/Makefile Mon Apr 18 12:30:42 2016 (r413571) @@ -23,8 +23,7 @@ USES= tcl tar:xz XML_CONFIG?= ${LOCALBASE}/bin/xml2-config GNU_CONFIGURE= yes USE_LDCONFIG?= ${PREFIX}/lib/Tclxml${PORTVERSION} -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --exec-prefix=${PREFIX} \ +CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --with-tcl=${TCL_LIBDIR} \ XML_CONFIG="${XML_CONFIG}" PLIST_SUB= VER=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604181230.u3ICUhRJ050087>