aboutsummaryrefslogtreecommitdiff
path: root/japanese/man
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-07-31 01:00:29 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-07-31 01:00:29 +0000
commit0830b86bd60f8021ea924d20cc1471e932c05adb (patch)
tree8f20b32907af0e913cf6b94d5c41ccc504f338b2 /japanese/man
parentb5f0b2650f9ddb8b963862a16473d764dac552a1 (diff)
downloadports-0830b86bd60f8021ea924d20cc1471e932c05adb.tar.gz
ports-0830b86bd60f8021ea924d20cc1471e932c05adb.zip
Use
.include <bsd.prog.mk> instead of .include <bsd.man.mk> to avoid "bsd.man.mk cannot be included directly" error. Submitted by: horikawa
Notes
Notes: svn path=/head/; revision=63766
Diffstat (limited to 'japanese/man')
-rw-r--r--japanese/man/files/patch-ab36
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