mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
1e9e021686
- A fairly significant rewrite of the port, as 4.0.0 now deprecates the traditinal OmniORB build infrastructure in favour of the GNU tools. PR: 44338 Submitted by: wjv Approved by: maintainer timeout
12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
--- idl/GNUmakefile.in.orig Sun Aug 18 17:38:33 2002
|
|
+++ idl/GNUmakefile.in Fri Oct 18 17:32:26 2002
|
|
@@ -4,7 +4,7 @@
|
|
VPATH=@srcdir@
|
|
INSTALL=@INSTALL@
|
|
|
|
-INSTALLDIR = $(INSTALLIDLDIR)/omniORB
|
|
+INSTALLDIR = $(INSTALLIDLDIR)
|
|
|
|
FILES = Naming.idl bootstrap.idl corbaidl.idl echo.idl ir.idl orb.idl \
|
|
poa.idl poa_include.idl
|