aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gindent/files
diff options
context:
space:
mode:
authorroam <roam@FreeBSD.org>2002-09-18 20:32:37 +0800
committerroam <roam@FreeBSD.org>2002-09-18 20:32:37 +0800
commit1a160dc112ba1b3cf59d127fc567ebbbc6cc1ee9 (patch)
treeb7472e9d187892a2983a368a1d78de0b13a3e839 /devel/gindent/files
parentcbb76562597c195af7793a5f0187c6f7302ba3b8 (diff)
downloadfreebsd-ports-gnome-1a160dc112ba1b3cf59d127fc567ebbbc6cc1ee9.tar.gz
freebsd-ports-gnome-1a160dc112ba1b3cf59d127fc567ebbbc6cc1ee9.tar.zst
freebsd-ports-gnome-1a160dc112ba1b3cf59d127fc567ebbbc6cc1ee9.zip
Support CFLAGS/CXXFLAGS properly.
Honor NOPORTDOCS. PR: 42878 Submitted by: Ports Fury
Diffstat (limited to 'devel/gindent/files')
-rw-r--r--devel/gindent/files/patch-doc:Makefile.in22
1 files changed, 13 insertions, 9 deletions
diff --git a/devel/gindent/files/patch-doc:Makefile.in b/devel/gindent/files/patch-doc:Makefile.in
index b6a375e5d868..2c5664e7231d 100644
--- a/devel/gindent/files/patch-doc:Makefile.in
+++ b/devel/gindent/files/patch-doc:Makefile.in
@@ -1,11 +1,15 @@
---- doc/Makefile.in.orig Tue Jun 25 14:31:43 2002
-+++ doc/Makefile.in Tue Jun 25 14:32:50 2002
-@@ -103,7 +103,7 @@
+--- doc/Makefile.in.orig Wed May 22 04:01:16 2002
++++ doc/Makefile.in Sun Sep 15 03:21:16 2002
+@@ -364,9 +364,9 @@
- info_TEXINFOS = indent.texinfo
--docdir = $(prefix)/doc/@PACKAGE@
-+docdir = $(prefix)/share/doc/@PACKAGE@
- dvidir = $(docdir)
- psdir = $(docdir)
- pdfdir = $(docdir)
+ all-local: html
+-install-data-local: install-html
+-installdirs-local: installdirs-html
+-uninstall-local: uninstall-html
++install-data-local: # install-html
++installdirs-local: # installdirs-html
++uninstall-local: # uninstall-html
+
+ html: html-$(HTMLSTYLE)
+ install-html: install-html-$(HTMLSTYLE)