a412d5e141
port (see below). - Submitted this to current maintainer on Wednesday 14 March; no response yet - The Python modules were not correctly installed to the Python site library directory before. They are now. (Thanks to Michael Ewe <m.ewe@t-online.de> for pointing out the issue.) - Used PORTDOCS pragma in $PLIST. PR: 25934 Submitted by: Johann Visagie <johann@egenetics.com>
12 lines
276 B
Makefile
12 lines
276 B
Makefile
--- mk/beforedir.mk.orig Wed Mar 14 12:29:06 2001
|
|
+++ mk/beforedir.mk Wed Mar 14 12:29:37 2001
|
|
@@ -313,7 +313,7 @@
|
|
|
|
CORBA_IDL_FILES = $(CORBA_INTERFACES:%=%.idl)
|
|
|
|
-CORBA_STUB_DIR = $(TOP)/stub
|
|
+CORBA_STUB_DIR = $(TOP)/idl
|
|
|
|
CorbaImplementation = NO_CORBA_IMPLEMENTATION
|
|
|