diff options
author | knu <knu@FreeBSD.org> | 2001-07-20 20:44:47 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-20 20:44:47 +0800 |
commit | 05f86d781234704561c7b631fe716e2b16a97d86 (patch) | |
tree | f56fba2f7683583e192fecbc584f714b081b4e38 /x11-toolkits/fox14/files | |
parent | f4c49652ab4557db63cea24dc893c522465de103 (diff) | |
download | freebsd-ports-gnome-05f86d781234704561c7b631fe716e2b16a97d86.tar.gz freebsd-ports-gnome-05f86d781234704561c7b631fe716e2b16a97d86.tar.zst freebsd-ports-gnome-05f86d781234704561c7b631fe716e2b16a97d86.zip |
Update fox and fox-xunicode to 0.99.174.
Install documents under share/doc/fox instead of share/fox.
Support NOPORTDOCS.
Do parallel build to reduce build time.
Diffstat (limited to 'x11-toolkits/fox14/files')
-rw-r--r-- | x11-toolkits/fox14/files/patch-ab | 6 | ||||
-rw-r--r-- | x11-toolkits/fox14/files/patch-ac | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/fox14/files/patch-ab b/x11-toolkits/fox14/files/patch-ab index 85bd6141f487..a88f2e97dd4e 100644 --- a/x11-toolkits/fox14/files/patch-ab +++ b/x11-toolkits/fox14/files/patch-ab @@ -1,11 +1,11 @@ ---- Makefile.in.orig Sat Mar 17 05:47:30 2001 -+++ Makefile.in Sat Mar 17 20:18:26 2001 +--- Makefile.in.orig Fri Jul 13 02:58:24 2001 ++++ Makefile.in Fri Jul 20 20:42:11 2001 @@ -89,7 +89,7 @@ AUTOMAKE_OPTIONS = foreign dist-zip #AUTOMAKE_OPTIONS = foreign dist-zip no-dependencies -SUBDIRS = utils include src doc tests textedit pathfinder calculator -+SUBDIRS = utils include src doc ++SUBDIRS = utils include src ${DOC} EXTRA_DIST = ADDITIONS AUTHORS BUGS INSTALL LICENSE TRACING README fox.lsm index.html aclocal.m4 CLEANFILES = fox.tar.gz diff --git a/x11-toolkits/fox14/files/patch-ac b/x11-toolkits/fox14/files/patch-ac index e670d025bdcc..c9c9fb464e2b 100644 --- a/x11-toolkits/fox14/files/patch-ac +++ b/x11-toolkits/fox14/files/patch-ac @@ -5,7 +5,7 @@ X_BASE_LIBS = @X_BASE_LIBS@ -htmldir = $(prefix)/@PACKAGE@/html -+htmldir = $(datadir)/@PACKAGE@/html ++htmldir = $(datadir)/doc/@PACKAGE@/html # Source code documentation tool PERCEPS = perceps |