summaryrefslogtreecommitdiff
path: root/corba
diff options
context:
space:
mode:
authortron <tron>1999-05-02 14:29:16 +0000
committertron <tron>1999-05-02 14:29:16 +0000
commit9476f0e0a33790a5a9c14a4734513b584825382d (patch)
tree5fbf41ff7a01660a51c193a0d953fc0deaaf844f /corba
parent9d51c322937d5808d860c1143087fa486bfa96f3 (diff)
downloadpkgsrc-9476f0e0a33790a5a9c14a4734513b584825382d.tar.gz
Remove kludge to avoid random build failures because it didn't help.
Diffstat (limited to 'corba')
-rw-r--r--corba/ORBit/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/corba/ORBit/Makefile b/corba/ORBit/Makefile
index edb8213ad36..01021bde515 100644
--- a/corba/ORBit/Makefile
+++ b/corba/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1999/05/02 14:11:40 tron Exp $
+# $NetBSD: Makefile,v 1.18 1999/05/02 14:29:16 tron Exp $
#
DISTNAME= ORBit-0.4.3
@@ -21,7 +21,4 @@ CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
LIBTOOL_FLAGS= --install-la
INFO_FILES= libIDL.info
-post-extract:
- @find ${WRKDIR} -name "*.idl" -type f | xargs ${TOUCH}
-
.include "../../mk/bsd.pkg.mk"