- Add stage support
This commit is contained in:
parent
7089eb79c9
commit
9c0aabfff0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=332342
1 changed files with 1 additions and 2 deletions
|
@ -13,11 +13,10 @@ COMMENT= Text based card game, the objective is to get rid of all your cards
|
|||
NO_WRKSUBDIR= yes
|
||||
PLIST_FILES= bin/eights
|
||||
|
||||
NO_STAGE= yes
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue