1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/ocaml-yaxi/files/patch-Makefile
Ying-Chieh Liao 675906fcb2 reimport ocaml-yaxi 0.5.2
Yet Another X* Implementation for OCaml
2004-03-19 02:24:46 +00:00

21 lines
618 B
Plaintext

--- Makefile.orig Thu Mar 18 09:56:55 2004
+++ Makefile Thu Mar 18 09:57:50 2004
@@ -3,7 +3,7 @@
export VERSION
# Where the binaries will go (yaxsltproc)
-BIN_DESTDIR = ${DESTDIR}/usr/bin/
+BIN_DESTDIR = ${PREFIX}/bin
DIST_FILES = Makefile OCamlMakefile AUTHORS README COPYING ChangeLog META.in TODO \
examples/Makefile examples/*.ml examples/*.x*l
@@ -41,7 +41,7 @@
install: all META
ocamlfind install yaxi META src/*.mli src/*.cm* src/*.a
- install -D src/yaxsltproc ${BIN_DESTDIR}/yaxsltproc
+ ${BSD_INSTALL_PROGRAM} src/yaxsltproc ${BIN_DESTDIR}/yaxsltproc
dist: clean
mkdir tmp/yaxi-$(VERSION)