1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
This commit is contained in:
Brooks Davis 2013-10-18 14:14:25 +00:00
parent 14ee9c1701
commit ccd67acd47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330749

View File

@ -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>