openbsd-ports/devel/mico/patches/patch-man_Makefile
shell e38f8ebe1a Initial import of mico-2.3.5
Port Maintainer : Andre S. Barbosa <andre@ravel.ufrj.br>
---
Mico is a freely available and complete CORBA-compliant implementation.
It allows applications to interoperate in a distributed and
heterogeneous environment, regardless of the locations of the
applications, operating systems and programming language.

WWW: http://www.mico.org
2001-06-28 19:59:03 +00:00

15 lines
394 B
Plaintext

--- man/Makefile.orig Thu Jun 28 03:02:08 2001
+++ man/Makefile Thu Jun 28 03:02:40 2001
@@ -26,9 +26,9 @@ DIRS = man1 man5 man8
install:
for i in $(DIRS); do \
- $(IDIRCMD) $(SHARED_INSTDIR)/man/$$i; \
+ $(IDIRCMD) $(INSTDIR)/man/$$i; \
for j in $$i/*.[1-9]; do $(IMANCMD) $$j \
- $(SHARED_INSTDIR)/man/$$i/; done; \
+ $(INSTDIR)/man/$$i/; done; \
done
install-cd: install