diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-07 12:50:57 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-07 12:50:57 +0000 |
commit | 5fef8aafaba709897048811e993be73c93d10ed5 (patch) | |
tree | 8a47f96cf01061598e60e9b253e13f72dcb780a1 /misc/pybliographer/files | |
parent | Use libintl from xgettext port. (diff) |
Add pybliographer. Pybliographer is a tool for handling databases of
bibliographic references. It provides an homogeneous interface (with powerful
editing and searching features) for several bibliographic database formats -
currently supported are BibTeX, Medline, Ovid and Refer. In addition, it can
export references directly to LyX.
PR: 23326
Submitted by: Johann Visagie <johann@egenetics.com>
Diffstat (limited to 'misc/pybliographer/files')
-rw-r--r-- | misc/pybliographer/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/pybliographer/files/patch-Makefile.in b/misc/pybliographer/files/patch-Makefile.in new file mode 100644 index 000000000000..0bc3135f5317 --- /dev/null +++ b/misc/pybliographer/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Nov 21 18:24:52 2000 ++++ Makefile.in Wed Dec 6 14:36:40 2000 +@@ -112,7 +112,7 @@ + POFILES = @POFILES@ + POSUB = @POSUB@ + PY_EXTRAS = @PY_EXTRAS@ +-Python = @Python@ ++python = @Python@ + RANLIB = @RANLIB@ + RECODEINC = @RECODEINC@ + RECODELIB = @RECODELIB@ |