freebsd-ports/lang/ocaml/files/patch-camlp4-man_Makefile
Stanislav Sedov 82cba462f4 - Update to 3.12.0.
PR:		ports/155155
Submitted by:	wen heping <wenheping@gmail.com>, Jaap Boender <jaapb@kerguelen.org>
2011-03-31 07:36:54 +00:00

21 lines
589 B
Text

--- camlp4/man/Makefile.orig 2010-11-04 21:04:51.000000000 +0800
+++ camlp4/man/Makefile 2010-11-04 21:05:14.000000000 +0800
@@ -3,7 +3,6 @@
include ../config/Makefile.cnf
TARGET=camlp4.1
-ALIASES=camlp4o.1 camlp4r.1 mkcamlp4.1 ocpp.1 camlp4o.opt.1 camlp4r.opt.1
include ../config/Makefile.base
@@ -11,10 +10,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