Date: Fri, 4 Oct 2013 14:20:29 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329312 - head/math/ent Message-ID: <201310041420.r94EKTQf003316@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Fri Oct 4 14:20:29 2013 New Revision: 329312 URL: http://svnweb.freebsd.org/changeset/ports/329312 Log: - Add stage support [1] PR: ports/182608 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> (maintainer) [1] Approved by: wg (mentor) Modified: head/math/ent/Makefile Modified: head/math/ent/Makefile ============================================================================== --- head/math/ent/Makefile Fri Oct 4 14:17:46 2013 (r329311) +++ head/math/ent/Makefile Fri Oct 4 14:20:29 2013 (r329312) @@ -19,12 +19,11 @@ PLIST_FILES= bin/ent regression-test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check) -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e '/CC = /d' -e '/CFLAGS = /s,$$, ${CFLAGS},' \ ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ent ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310041420.r94EKTQf003316>