aboutsummaryrefslogtreecommitdiff
path: root/games/quackle
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2013-09-27 22:56:06 +0000
committerPawel Pekala <pawel@FreeBSD.org>2013-09-27 22:56:06 +0000
commitccb339f7ccfc34a9edf354625ccdf60ef9c9013f (patch)
treec2959dbd1d3eb98791a5a1705b653f5cacf6ad5f /games/quackle
parenta7c872d7e5e3cbfa95ad0779f422decdf421bf96 (diff)
downloadports-ccb339f7ccfc34a9edf354625ccdf60ef9c9013f.tar.gz
ports-ccb339f7ccfc34a9edf354625ccdf60ef9c9013f.zip
Notes
Diffstat (limited to 'games/quackle')
-rw-r--r--games/quackle/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/quackle/Makefile b/games/quackle/Makefile
index e804b4f12905..b9d8615a1a73 100644
--- a/games/quackle/Makefile
+++ b/games/quackle/Makefile
@@ -24,7 +24,6 @@ USE_QT4= gui moc_build qmake_build
DESKTOP_ENTRIES="Quackle" "${COMMENT}" "" "quackle" "Game;BoardGame;" "true"
-NO_STAGE= yes
post-extract:
@${FIND} ${WRKSRC} \( -name "*.[ao]" -or -name "moc_*" \) -delete
@@ -48,7 +47,8 @@ pre-build:
.endfor
do-install:
- ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/quacker ${PREFIX}/bin/quackle
- @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${DATADIR})
+ ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/quacker \
+ ${STAGEDIR}${PREFIX}/bin/quackle
+ @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>