1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/lang/caml-light/files/patch-contrib_caml-tex_Makefile
Joseph Koshy 02e454d15d - Honor CC, CFLAGS etc. [1]
- Use BSD_INSTALL_* macros to install files.	[1]
- Make the port PREFIX clean.

PR:		ports/101398	[1]
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-08-06 10:53:54 +00:00

16 lines
535 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- contrib/caml-tex/Makefile.orig Sat Aug 5 10:01:47 2006
+++ contrib/caml-tex/Makefile Sat Aug 5 10:02:30 2006
@@ -7,9 +7,9 @@
all:
install:
- - cp caml-tex $(BINDIR)/caml-tex
- - cp caml.sty caml-sl.sty $(TEXINPUTDIR)
- - cp caml-tex.1 $(MANDIR)/caml-tex.$(MANEXT)
+ - ${BSD_INSTALL_DATA} caml-tex $(BINDIR)/caml-tex
+ - ${BSD_INSTALL_DATA} caml.sty caml-sl.sty $(TEXINPUTDIR)
+ - ${BSD_INSTALL_MAN} caml-tex.1 $(MANDIR)/caml-tex.$(MANEXT)
caml-tex.doc: caml-tex.1
nroff -man caml-tex.1 | sed -e 's/_//g' > caml-tex.doc