diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:14:33 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:14:33 +0000 |
commit | e293f176f3d58b0cdd2addfd75f30b550ab59ee7 (patch) | |
tree | fb6a0d155e1f0030dea47c1afcc594bf39783a6c /games/oneko-sakura | |
parent | 16b16db8db52fafb0fb0280703a8bbab83d6e111 (diff) | |
download | ports-e293f176f3d58b0cdd2addfd75f30b550ab59ee7.tar.gz ports-e293f176f3d58b0cdd2addfd75f30b550ab59ee7.zip |
Notes
Diffstat (limited to 'games/oneko-sakura')
-rw-r--r-- | games/oneko-sakura/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/oneko-sakura/Makefile b/games/oneko-sakura/Makefile index 7240fe80019e..cc442f24b80f 100644 --- a/games/oneko-sakura/Makefile +++ b/games/oneko-sakura/Makefile @@ -16,11 +16,10 @@ CONFLICTS= oneko-2.* USES= imake USE_XORG= x11 xext -MAN6= oneko.6 -PLIST_FILES= bin/oneko +PLIST_FILES= bin/oneko \ + man/man6/oneko.6.gz NO_CDROM= Including derivatives from CARDCAPTOR SAKURA. See http://www.clamp-net.com/ -> INFORMATION -NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e 's,/\*\*/# Cannot compile in using Gcc,/* Cannot compile using Gcc */,' \ ${WRKSRC}/Imakefile |