From ca82746f02d28bb42f40f26666153ef3d6b77fd8 Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Sat, 2 Dec 2000 19:38:20 +0000 Subject: Unbroke. My last fix for XF86-4 causes build problem now (I'm not sure why), then apply Fujishima-san's proper fix. PR: ports/22477 Submitted by: FUJISHIMA Satsuki --- x11/kb2mb2/Makefile | 1 - x11/kb2mb2/files/patch-aa | 12 +++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'x11') diff --git a/x11/kb2mb2/Makefile b/x11/kb2mb2/Makefile index 9e958f61e61c..08006f3c69e5 100644 --- a/x11/kb2mb2/Makefile +++ b/x11/kb2mb2/Makefile @@ -13,6 +13,5 @@ MASTER_SITES= ${MASTER_SITE_PORTS_JP} MAINTAINER= sada@FreeBSD.org USE_IMAKE= yes -NO_INSTALL_MANPAGES= yes .include diff --git a/x11/kb2mb2/files/patch-aa b/x11/kb2mb2/files/patch-aa index 82a940c52eeb..e2b40d26aaec 100644 --- a/x11/kb2mb2/files/patch-aa +++ b/x11/kb2mb2/files/patch-aa @@ -1,6 +1,8 @@ ---- Imakefile.orig Sun Nov 26 13:20:30 2000 -+++ Imakefile Sun Nov 26 13:20:35 2000 -@@ -1,2 +1,3 @@ +--- Imakefile.orig Wed Dec 24 10:45:38 1997 ++++ Imakefile Wed Nov 1 07:09:12 2000 +@@ -1,2 +1,4 @@ LOCAL_LIBRARIES = $(XTESTLIB) $(XLIB) -+#define BuildHtmlManPages NO - SimpleProgramTarget(kb2mb2) +-SimpleProgramTarget(kb2mb2) ++SRCS = kb2mb2.c ++OBJS = kb2mb2.o ++ComplexProgramTargetNoMan(kb2mb2) -- cgit v1.2.3