summaryrefslogtreecommitdiff
path: root/x11/kb2mb2
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2000-12-02 19:38:20 +0000
committerSADA Kenji <sada@FreeBSD.org>2000-12-02 19:38:20 +0000
commitca82746f02d28bb42f40f26666153ef3d6b77fd8 (patch)
treeb3a934b354db77cfb61fc792fbe79fa31a25e827 /x11/kb2mb2
parentSupport PREFIX properly. (diff)
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 <k5@cheerful.com>
Notes
Notes: svn path=/head/; revision=35611
Diffstat (limited to 'x11/kb2mb2')
-rw-r--r--x11/kb2mb2/Makefile1
-rw-r--r--x11/kb2mb2/files/patch-aa12
2 files changed, 7 insertions, 6 deletions
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 <bsd.port.mk>
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)