diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-13 14:18:04 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-13 14:18:04 +0000 |
commit | 959b32aac71565de491e8b93f984784c4d5fee5a (patch) | |
tree | a688e865ee6d15ae2bdc3f75d6043bc61cb14445 /games/xeyesplus | |
parent | b497a91571609077f64060869daf7f61299f307a (diff) |
Notes
Diffstat (limited to 'games/xeyesplus')
-rw-r--r-- | games/xeyesplus/Makefile | 3 |
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> |