mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +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>
14 lines
346 B
Plaintext
14 lines
346 B
Plaintext
--- contrib/camlmode/Makefile.orig Mon Dec 2 19:43:37 1996
|
|
+++ contrib/camlmode/Makefile Sat Aug 5 10:00:05 2006
|
|
@@ -11,8 +11,8 @@
|
|
all:
|
|
|
|
install:
|
|
- cp $(FILES) $(EMACSLISPDIR)
|
|
- dir=`pwd`; cd $(EMACSLISPDIR); $(EMACS) -batch -l $$dir/compile
|
|
+ mkdir -p $(EMACSLISPDIR)
|
|
+ ${BSD_INSTALL_DATA} $(FILES) $(EMACSLISPDIR)
|
|
|
|
clean:
|
|
rm -f *~ #*#
|