- Add stage support
This commit is contained in:
parent
6a31d436a4
commit
7e3949d6fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333960
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ COMMENT= Simple version for X Window of the famous card game Super Truco
|
|||
USE_XORG= x11
|
||||
PLIST_FILES= bin/xtruco
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xtruco ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xtruco ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue