diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-16 01:21:57 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-16 01:21:57 +0000 |
commit | 7e3949d6fa5154579a4cc0a1ce7be21aed6d0be4 (patch) | |
tree | 6ebd41c4dd05b8ab42b0b29f06a44b5941eb4d4e /games/xtruco | |
parent | 6a31d436a437215eff89a9de78efd3cb4b7a4c1c (diff) | |
download | ports-7e3949d6fa5154579a4cc0a1ce7be21aed6d0be4.tar.gz ports-7e3949d6fa5154579a4cc0a1ce7be21aed6d0be4.zip |
Notes
Diffstat (limited to 'games/xtruco')
-rw-r--r-- | games/xtruco/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xtruco/Makefile b/games/xtruco/Makefile index 841aaf37c917..aaca49e2b0ea 100644 --- a/games/xtruco/Makefile +++ b/games/xtruco/Makefile @@ -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> |