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>
This commit is contained in:
SADA Kenji 2000-12-02 19:38:20 +00:00
parent dd744187ae
commit ca82746f02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35611
2 changed files with 7 additions and 6 deletions

View File

@ -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>

View File

@ -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)