pkgsrc/devel/mico/patches/patch-ac
tonnerre 7f82b11263 Initial import of mico version 2.3.12.
mico is a rather robust CORBA ORB implementation and toolkit.
2008-09-02 07:18:26 +00:00

16 lines
444 B
Text

$NetBSD: patch-ac,v 1.1.1.1 2008/09/02 07:18:26 tonnerre Exp $
--- man/Makefile.orig 2005-11-25 12:15:53.000000000 +0100
+++ man/Makefile
@@ -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