diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/xtic/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/xtic/Makefile b/games/xtic/Makefile index 25d69b74d4e1..e9cb756a4dfa 100644 --- a/games/xtic/Makefile +++ b/games/xtic/Makefile @@ -14,10 +14,8 @@ COMMENT= X version of a simple but tricky board game USES= imake USE_XORG= xaw -MAN1= xtic.1 -PLIST_FILES= bin/xtic +PLIST_FILES= bin/xtic man/man1/xtic.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/configure.h |