mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
6aa02c012e
PR: 41822 Submitted by: Ronald Kuehn <rk@ronald.org>
20 lines
752 B
Plaintext
20 lines
752 B
Plaintext
--- camlp4/man/Makefile.orig Fri Jul 19 16:53:49 2002
|
|
+++ camlp4/man/Makefile Fri Aug 2 00:07:34 2002
|
|
@@ -14,14 +14,8 @@
|
|
get_promote:
|
|
|
|
install:
|
|
- -$(MKDIR) $(MANDIR)/man1
|
|
- -cp $(TARGET) $(MANDIR)/man1/.
|
|
- -cd $(MANDIR)/man1; rm -f camlp4o.1; ln -s $(TARGET) camlp4o.1
|
|
- -cd $(MANDIR)/man1; rm -f camlp4r.1; ln -s $(TARGET) camlp4r.1
|
|
- -cd $(MANDIR)/man1; rm -f mkcamlp4.1; ln -s $(TARGET) mkcamlp4.1
|
|
- -cd $(MANDIR)/man1; rm -f ocpp.1; ln -s $(TARGET) ocpp.1
|
|
- -cd $(MANDIR)/man1; rm -f camlp4o.opt.1; ln -s $(TARGET) camlp4o.opt.1
|
|
- -cd $(MANDIR)/man1; rm -f camlp4r.opt.1; ln -s $(TARGET) camlp4r.opt.1
|
|
+ -$(MKDIR) $(MANDIR)/man1
|
|
+ -cp $(TARGET) $(MANDIR)/man1/.
|
|
|
|
camlp4.1: camlp4.1.tpl
|
|
sed -e "s'LIBDIR'$(LIBDIR)'g" camlp4.1.tpl > camlp4.1
|