mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
STAGIFY
This commit is contained in:
parent
14ee9c1701
commit
ccd67acd47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330749
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user