e38f8ebe1a
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
15 lines
394 B
Plaintext
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
|