diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kb2mb2/Makefile | 1 | ||||
-rw-r--r-- | x11/kb2mb2/files/patch-aa | 12 |
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) |