mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +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>
7 lines
264 B
Plaintext
7 lines
264 B
Plaintext
--- contrib/camlsearch/doc/Makefile-- Thu Dec 22 21:41:25 1994
|
|
+++ contrib/camlsearch/doc/Makefile Sun Aug 6 14:01:43 2006
|
|
@@ -1,2 +1,2 @@
|
|
install:
|
|
- cp camlsearch.l $(MANDIR)/camlsearch.$(MANEXT)
|
|
+ ${BSD_INSTALL_MAN} camlsearch.l $(MANDIR)/camlsearch.$(MANEXT)
|