svn commit: r330749 - head/misc/chef

Brooks Davis brooks at FreeBSD.org
Fri Oct 18 14:14:26 UTC 2013


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>


More information about the svn-ports-head mailing list