From 959b32aac71565de491e8b93f984784c4d5fee5a Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Wed, 13 Nov 2013 14:18:04 +0000 Subject: [PATCH] - Add stage support --- games/xeyesplus/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games/xeyesplus/Makefile b/games/xeyesplus/Makefile index 3f6fe1fdfed1..9daebd6c59cd 100644 --- a/games/xeyesplus/Makefile +++ b/games/xeyesplus/Makefile @@ -15,12 +15,11 @@ USE_XORG= xpm PLIST_FILES= bin/xeyes+ -NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include -DXPM -DUSLEEP \ -o xeyes+ xeyes+.c -L${LOCALBASE}/lib -lX11 -lXpm -lm do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xeyes+ ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xeyes+ ${STAGEDIR}${PREFIX}/bin .include