diff options
author | wiz <wiz@pkgsrc.org> | 2012-06-04 13:13:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-06-04 13:13:14 +0000 |
commit | 8290a81be8e33ecf0f9f8bb1c0cac7ec6cb9c6a9 (patch) | |
tree | 26bb672214ffd7e9f33aa79b0cce6097286165f4 /textproc/ocaml-tyxml/patches/patch-Makefile | |
parent | 0ab5943e0ca3f59711d4af7c6c5eaa218ba35a1c (diff) | |
download | pkgsrc-8290a81be8e33ecf0f9f8bb1c0cac7ec6cb9c6a9.tar.gz |
Initial import of ocaml-tyxml, packaged by Jaap Boender in PR 45546:
TyXML is an OCaml library that allows you to build XML trees whose validity is
insured by the typechecker. It supports XHTML 1.0 and 1.1, HTML5 and SVG
(partial).
Diffstat (limited to 'textproc/ocaml-tyxml/patches/patch-Makefile')
-rw-r--r-- | textproc/ocaml-tyxml/patches/patch-Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/ocaml-tyxml/patches/patch-Makefile b/textproc/ocaml-tyxml/patches/patch-Makefile new file mode 100644 index 00000000000..3b0db18914b --- /dev/null +++ b/textproc/ocaml-tyxml/patches/patch-Makefile @@ -0,0 +1,27 @@ +$NetBSD: patch-Makefile,v 1.1.1.1 2012/06/04 13:13:15 wiz Exp $ + +Changes to Makefile for DESTDIR support +--- Makefile.orig 2012-02-24 18:16:01.000000000 +0000 ++++ Makefile +@@ -53,18 +53,18 @@ files/META.tyxml: files/META.in Makefile + + install: + $(OCAMLFIND) install ${PACKAGENAME} \ +- -patch-version ${VERSION} \ ++ -patch-version ${VERSION} -destdir ${INSTALLDIR} \ + files/META ${INTF} ${IMPL} ${NATIMPL} \ + ${MLI_TO_INSTALL} + + install-byte: + $(OCAMLFIND) install ${PACKAGENAME} \ +- -patch-version ${VERSION} \ ++ -patch-version ${VERSION} -destdir ${INSTALLDIR} \ + files/META ${INTF} ${IMPL} ${MLI_TO_INSTALL} + + install-opt: + $(OCAMLFIND) install ${PACKAGENAME} \ +- -patch-version ${VERSION} \ ++ -patch-version ${VERSION} -destdir ${INSTALLDIR} \ + files/META ${INTF} ${NATIMPL} ${MLI_TO_INSTALL} + + uninstall: |