diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-01-19 12:37:57 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-01-19 12:37:57 +0000 |
| commit | 1c951b39eccb2db4ef1d1696e2d6bfaafd6b0990 (patch) | |
| tree | 07f4d96470b245614868fe8cf7a9238a3be6f09c /textproc/opensp/files/patch-doc-Makefile.in | |
| parent | - Fix build (diff) | |
- Update to 1.5.2.
- Add WITHOUT_NLS support.
- Install doc files into the standard DOCSDIR only.
- Clean up Makefile to make portlint happy.
- Improvements since 1.5: translated .po files,
$SP_MESSAGE_FORMAT, HTTP redirection, $SP_HTTP_USER_AGENT,
$SP_HTTP_ACCEPT, and preserve case option in osx(1).
Submitted by: hrs
Diffstat (limited to 'textproc/opensp/files/patch-doc-Makefile.in')
| -rw-r--r-- | textproc/opensp/files/patch-doc-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/opensp/files/patch-doc-Makefile.in b/textproc/opensp/files/patch-doc-Makefile.in new file mode 100644 index 000000000000..8c4351c4343c --- /dev/null +++ b/textproc/opensp/files/patch-doc-Makefile.in @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Fri Dec 23 23:15:58 2005 ++++ doc/Makefile.in Fri Aug 25 03:38:13 2006 +@@ -214,7 +214,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-docdir = $(datadir)/doc ++docdir = $(prefix)/share/doc + pkgdocdir = $(docdir)/@PACKAGE@ + pkgdochtmldir = $(pkgdocdir)/doc + MAINTAINERCLEANFILES = Makefile.in |
