diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 17:36:33 +0000 |
commit | 9ec8b69eee25166c3ea4802cd4645914c641361b (patch) | |
tree | b6591847c5cfe81fd7ab910e45c88530d0741e7c /games/anki | |
parent | e31d5a7af6dec17c7b8f10c2f6b7d72cb6193265 (diff) | |
download | FreeBSD-ports-9ec8b69eee25166c3ea4802cd4645914c641361b.zip FreeBSD-ports-9ec8b69eee25166c3ea4802cd4645914c641361b.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: games)
Diffstat (limited to 'games/anki')
-rw-r--r-- | games/anki/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/anki/Makefile b/games/anki/Makefile index b39d74e..5e7f89b 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -28,6 +28,7 @@ USE_QT4= network_run webkit_run MAN1= ${PORTNAME}.1 +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share/|${PREFIX}/share/|' \ ${WRKSRC}/runanki |