diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-16 01:15:11 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-11-16 01:15:11 +0000 |
commit | abc145bb636f9c02529ac934514bc6fd29573aa9 (patch) | |
tree | 7d211c908d9371b60ce97c2c18f80c71e3375f1e /games/xtic | |
parent | cc6b2ccef59b4bca9839744199488492262223b6 (diff) |
Notes
Diffstat (limited to 'games/xtic')
-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 |