mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
4506d92ae6
MetaOCaml is a multi-stage extension of the OCaml programming language, and provides three basic constructs called Brackets, Escape, and Run for building, combining, and executing future-stage computations, respectively. MetaOCaml is a compiled dialect of MetaML. WWW: http://www.metaocaml.org/ PR: ports/82330 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
22 lines
567 B
Plaintext
22 lines
567 B
Plaintext
--- camlp4/man/Makefile.orig Sat Nov 22 17:30:44 2003
|
|
+++ camlp4/man/Makefile Sat Nov 22 04:48:25 2003
|
|
@@ -3,7 +3,6 @@
|
|
include ../config/Makefile
|
|
|
|
TARGET=camlp4.1
|
|
-ALIASES=camlp4o.1 camlp4r.1 mkcamlp4.1 ocpp.1 camlp4o.opt.1 camlp4r.opt.1
|
|
|
|
all: $(TARGET)
|
|
|
|
@@ -18,10 +17,6 @@
|
|
if test -n '$(MANDIR)'; then \
|
|
$(MKDIR) $(MANDIR)/man1 ; \
|
|
cp $(TARGET) $(MANDIR)/man1/. ; \
|
|
- for i in $(ALIASES); do \
|
|
- rm -f $(MANDIR)/man1/$$i; \
|
|
- echo '.so man1/$(TARGET)' > $(MANDIR)/man1/$$i; \
|
|
- done; \
|
|
fi
|
|
|
|
camlp4.1: camlp4.1.tpl
|