diff options
-rw-r--r-- | japanese/man/files/patch-ab | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/japanese/man/files/patch-ab b/japanese/man/files/patch-ab new file mode 100644 index 000000000000..c43574c8061d --- /dev/null +++ b/japanese/man/files/patch-ab @@ -0,0 +1,36 @@ +diff -ur apropos/Makefile apropos/Makefile +--- apropos/Makefile Sun Dec 7 03:59:21 1997 ++++ apropos/Makefile Mon Jul 29 22:21:06 2002 +@@ -55,7 +55,7 @@ + + .if make(maninstall) || make(install) + .if !defined(NOMAN) +-.include <bsd.man.mk> ++.include <bsd.prog.mk> + .elif !target(maninstall) + maninstall: + .endif +diff -ur catman/Makefile catman/Makefile +--- catman/Makefile Sun Dec 7 06:11:06 1997 ++++ catman/Makefile Mon Jul 29 22:21:19 2002 +@@ -52,7 +52,7 @@ + + .if make(maninstall) || make(install) + .if !defined(NOMAN) +-.include <bsd.man.mk> ++.include <bsd.prog.mk> + .elif !target(maninstall) + maninstall: + .endif +diff -ur makewhatis/Makefile makewhatis/Makefile +--- makewhatis/Makefile Fri Sep 3 07:58:03 1999 ++++ makewhatis/Makefile Mon Jul 29 22:21:36 2002 +@@ -92,7 +92,7 @@ + + .if make(maninstall) || make(install) + .if !defined(NOMAN) +-.include <bsd.man.mk> ++.include <bsd.prog.mk> + .elif !target(maninstall) + maninstall: + .endif |