freebsd-ports/textproc/bibutils/files/patch-Makefile_start
Gabor Pali 09f4731167 The bibutils program set interconverts between various bibliography
formats using a common MODS-format XML intermediate. For example, one
can convert RIS-format files to Bibtex by doing two transformations:
RIS->MODS->Bibtex. By using a common intermediate for N formats, only 2N
programs are required and not N^2-N. These programs operate on the
command line and are styled after standard UNIX-like filters.

WWW: http://www.scripps.edu/~cdputnam/software/bibutils/
2010-05-15 15:24:06 +00:00

10 lines
322 B
Text

--- ./Makefile_start.orig 2010-04-08 18:31:00.000000000 +0200
+++ ./Makefile_start 2010-05-15 00:21:58.000000000 +0200
@@ -34,6 +34,7 @@
@for p in ${PROGRAMS}; \
do ( cp bin/$$p ${INSTALLDIR}/$$p ); \
done
+ cp lib/libbibutils.a ${INSTALLDIR}/../lib
package: all FORCE
csh -f maketgz.csh ${VERSION} ${POSTFIX}