diff options
Diffstat (limited to 'textproc/ocaml-yaxi/files/patch-Makefile')
-rw-r--r-- | textproc/ocaml-yaxi/files/patch-Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/textproc/ocaml-yaxi/files/patch-Makefile b/textproc/ocaml-yaxi/files/patch-Makefile deleted file mode 100644 index 4c81b8bf5d05..000000000000 --- a/textproc/ocaml-yaxi/files/patch-Makefile +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig Sun May 2 13:39:22 2004 -+++ Makefile Thu Sep 2 22:01:14 2004 -@@ -3,7 +3,8 @@ - - export VERSION - # Where the binaries will go (yaxsltproc) --BIN_DESTDIR = ${DESTDIR}/usr/bin/ -+BIN_DESTDIR = ${PREFIX}/bin -+PKG_DESTDIR = ${PREFIX}/lib/ocaml/site-lib - - DIST_FILES = Makefile OCamlMakefile AUTHORS README COPYING ChangeLog META.in TODO \ - examples/Makefile examples/*.ml examples/*.x*l -@@ -40,8 +41,8 @@ - rm -f META.tmp - - install: all META -- ocamlfind install yaxi META src/*.mli src/*.cm* src/*.a -- install -D src/yaxsltproc ${BIN_DESTDIR}/yaxsltproc -+ ocamlfind install -destdir ${PKG_DESTDIR} yaxi META src/*.mli src/*.cm* src/*.a -+ ${BSD_INSTALL_PROGRAM} src/yaxsltproc ${BIN_DESTDIR}/yaxsltproc - - dist: clean - mkdir tmp/yaxi-$(VERSION) |