diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-02-10 14:19:22 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2000-02-10 14:19:22 +0000 |
commit | c6e27288e44dcd7d239e6e3f08277ac1038dc627 (patch) | |
tree | 2aa19bfcc4aa3c6f3fb8c10775ca66f5011af757 /www/apache-jserv/files/patch-ab | |
parent | Tell the user that they're doing something wrong when USA_RESIDENT is (diff) |
Update to v1.1.
Submitted by: greg@greg.rim.or.jp (Kensaku Masuda)
PR: ports/16600
# I don't like to use directory ${PREFIX}/docs. But it seems it is
# difficult to move it to somewhere.
Notes
Notes:
svn path=/head/; revision=25644
Diffstat (limited to 'www/apache-jserv/files/patch-ab')
-rw-r--r-- | www/apache-jserv/files/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/apache-jserv/files/patch-ab b/www/apache-jserv/files/patch-ab index a3247303a387..d7c90ec22be7 100644 --- a/www/apache-jserv/files/patch-ab +++ b/www/apache-jserv/files/patch-ab @@ -1,11 +1,11 @@ ---- docs/Makefile.in.orig Sat Jun 12 05:47:51 1999 -+++ docs/Makefile.in Sat Jun 26 23:45:33 1999 -@@ -87,7 +87,7 @@ +--- docs/Makefile.in.orig Wed Jan 26 18:21:50 2000 ++++ docs/Makefile.in Wed Jan 26 18:22:14 2000 +@@ -115,7 +115,7 @@ DOCFILES = $(strip $(shell ls $(EXTRA_DIST))) -docdir = ${prefix}/docs +docdir = ${prefix}/share/doc/mod_jserv + doc_DATA = $(DOCFILES) mkinstalldirs = $(SHELL) $(top_srcdir)/src/scripts/build/unix/mkinstalldirs CONFIG_CLEAN_FILES = - DIST_COMMON = Makefile.am Makefile.in |