diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2013-10-18 14:14:25 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2013-10-18 14:14:25 +0000 |
commit | ccd67acd47b9cc9dec51476ccea02e39771b82f3 (patch) | |
tree | 2bfa0138bcc6b072a23928c8f693562ce123a96f /misc/chef | |
parent | 14ee9c1701b6388d0095174a82c2e3038df78b9f (diff) | |
download | ports-ccd67acd47b9cc9dec51476ccea02e39771b82f3.tar.gz ports-ccd67acd47b9cc9dec51476ccea02e39771b82f3.zip |
STAGIFY
Notes
Notes:
svn path=/head/; revision=330749
Diffstat (limited to 'misc/chef')
-rw-r--r-- | misc/chef/Makefile | 3 |
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> |