- Add stage support

This commit is contained in:
Danilo Egea Gondolfo 2013-11-16 01:21:57 +00:00
parent 6a31d436a4
commit 7e3949d6fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333960

View file

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