Date: Fri, 18 Oct 2013 14:14:26 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330749 - head/misc/chef Message-ID: <201310181414.r9IEEQVt092312@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Fri Oct 18 14:14:25 2013 New Revision: 330749 URL: http://svnweb.freebsd.org/changeset/ports/330749 Log: STAGIFY Modified: head/misc/chef/Makefile Modified: head/misc/chef/Makefile ============================================================================== --- head/misc/chef/Makefile Fri Oct 18 14:12:41 2013 (r330748) +++ head/misc/chef/Makefile Fri Oct 18 14:14:25 2013 (r330749) @@ -17,11 +17,10 @@ PLIST_FILES= bin/chef WRKSRC= ${WRKDIR}/bork -NO_STAGE= yes do-build: (cd ${WRKSRC} && lex chef.x && ${CC} ${CFLAGS} -o chef lex.yy.c -ll) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/chef ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/chef ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310181414.r9IEEQVt092312>