aboutsummaryrefslogtreecommitdiff
path: root/misc/chef
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2013-10-18 14:14:25 +0000
committerBrooks Davis <brooks@FreeBSD.org>2013-10-18 14:14:25 +0000
commitccd67acd47b9cc9dec51476ccea02e39771b82f3 (patch)
tree2bfa0138bcc6b072a23928c8f693562ce123a96f /misc/chef
parent14ee9c1701b6388d0095174a82c2e3038df78b9f (diff)
downloadports-ccd67acd47b9cc9dec51476ccea02e39771b82f3.tar.gz
ports-ccd67acd47b9cc9dec51476ccea02e39771b82f3.zip
STAGIFY
Notes
Notes: svn path=/head/; revision=330749
Diffstat (limited to 'misc/chef')
-rw-r--r--misc/chef/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/chef/Makefile b/misc/chef/Makefile
index f913257b6f20..3ed68dd4414e 100644
--- a/misc/chef/Makefile
+++ b/misc/chef/Makefile
@@ -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>