diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 01:16:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-28 01:16:38 +0000 |
commit | ea659f1c7cde255f6fcc8f3d8eaf23c8015c4f4f (patch) | |
tree | aea65e3b18f49bfc5ce9cf8048762e47660ca6ba | |
parent | Update project home page. (diff) |
BROKEN: Incomplete pkg-plist. Canonicalize MANLANG
Notes
Notes:
svn path=/head/; revision=129946
-rw-r--r-- | games/oneko/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/oneko/Makefile b/games/oneko/Makefile index d45b630ddd14..03ac80e0dc85 100644 --- a/games/oneko/Makefile +++ b/games/oneko/Makefile @@ -24,10 +24,12 @@ COMMENT= A cat chasing a mouse all over the screen BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf +BROKEN= Incomplete pkg-plist + GNU_CONFIGURE= yes USE_X_PREFIX= yes MAN6= oneko.6 -MANLANG= . ja +MANLANG= "" ja WRKSRC= ${WRKDIR}/${PORTNAME} INSTALL_TARGET= install install.man MAKE_ARGS= MANSUFFIX=6 \ |