aboutsummaryrefslogtreecommitdiff
path: root/games/xeyesplus
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-13 14:18:04 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2013-11-13 14:18:04 +0000
commit959b32aac71565de491e8b93f984784c4d5fee5a (patch)
treea688e865ee6d15ae2bdc3f75d6043bc61cb14445 /games/xeyesplus
parentb497a91571609077f64060869daf7f61299f307a (diff)
downloadports-959b32aac71565de491e8b93f984784c4d5fee5a.tar.gz
ports-959b32aac71565de491e8b93f984784c4d5fee5a.zip
Notes
Diffstat (limited to 'games/xeyesplus')
-rw-r--r--games/xeyesplus/Makefile3
1 files changed, 1 insertions, 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 <bsd.port.mk>