diff options
author | kris <kris@FreeBSD.org> | 2005-02-28 09:16:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-02-28 09:16:38 +0800 |
commit | 1c8c6063c4cd9040192840d3711963784b968c4a (patch) | |
tree | 6e5d1d42e0870fab16bb53e90078d544de165d3b | |
parent | 8297c1b85df68f0dff6c8ede51df3b9b8469958f (diff) | |
download | freebsd-ports-gnome-1c8c6063c4cd9040192840d3711963784b968c4a.tar.gz freebsd-ports-gnome-1c8c6063c4cd9040192840d3711963784b968c4a.tar.zst freebsd-ports-gnome-1c8c6063c4cd9040192840d3711963784b968c4a.zip |
BROKEN: Incomplete pkg-plist. Canonicalize MANLANG
-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 \ |