mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
02e454d15d
- 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>
16 lines
535 B
Plaintext
16 lines
535 B
Plaintext
--- 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
|