diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2010-05-15 15:24:06 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2010-05-15 15:24:06 +0000 |
commit | 09f4731167d69923f3026827a29fd603242a2aa3 (patch) | |
tree | 2a46d7a67f3953795f6699e6de89f286e85c25e6 /textproc/bibutils/files | |
parent | 6d53c3da656609893448aacaa5657330110e9815 (diff) |
Notes
Diffstat (limited to 'textproc/bibutils/files')
-rw-r--r-- | textproc/bibutils/files/patch-Makefile_start | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/bibutils/files/patch-Makefile_start b/textproc/bibutils/files/patch-Makefile_start new file mode 100644 index 000000000000..b4f57b976a78 --- /dev/null +++ b/textproc/bibutils/files/patch-Makefile_start @@ -0,0 +1,10 @@ +--- ./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} |