1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Fix the extra patch (NOPORTDOCS case).

Submitted by:	Piotr Smyrak <piotr.smyrak@heron.pl>
This commit is contained in:
Alexander Leidinger 2004-05-10 11:50:18 +00:00
parent 7e86d8569e
commit 2b44406afb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108826
2 changed files with 12 additions and 12 deletions

View File

@ -1,11 +1,11 @@
--- doc/Makefile.in.orig Fri Feb 20 19:11:21 2004
+++ doc/Makefile.in Fri Feb 20 19:11:45 2004
@@ -224,7 +224,7 @@
--- doc/Makefile.in.orig Mon May 10 10:06:47 2004
+++ doc/Makefile.in Mon May 10 10:07:06 2004
@@ -257,7 +257,7 @@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-SUBDIRS = faq man manual
+SUBDIRS = man
subdir = doc
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
all: all-recursive
.SUFFIXES:

View File

@ -1,11 +1,11 @@
--- doc/Makefile.in.orig Fri Feb 20 19:11:21 2004
+++ doc/Makefile.in Fri Feb 20 19:11:45 2004
@@ -224,7 +224,7 @@
--- doc/Makefile.in.orig Mon May 10 10:06:47 2004
+++ doc/Makefile.in Mon May 10 10:07:06 2004
@@ -257,7 +257,7 @@
target_cpu = @target_cpu@
target_os = @target_os@
target_vendor = @target_vendor@
-SUBDIRS = faq man manual
+SUBDIRS = man
subdir = doc
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
all: all-recursive
.SUFFIXES: