diff options
Diffstat (limited to 'games/wtf/Makefile')
-rw-r--r-- | games/wtf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/wtf/Makefile b/games/wtf/Makefile index 2f2d179a6e0b..3a44326b02f0 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -16,6 +16,7 @@ MAN6= wtf.6 PLIST_FILES= bin/wtf %%DATADIR%%/acronyms %%DATADIR%%/acronyms.comp PLIST_DIRS= %%DATADIR%% +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share/misc|${DATADIR}|g' ${WRKSRC}/wtf* |