diff options
author | tron <tron> | 1999-05-02 14:29:16 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-02 14:29:16 +0000 |
commit | 9476f0e0a33790a5a9c14a4734513b584825382d (patch) | |
tree | 5fbf41ff7a01660a51c193a0d953fc0deaaf844f /net/ORBit | |
parent | 9d51c322937d5808d860c1143087fa486bfa96f3 (diff) | |
download | pkgsrc-9476f0e0a33790a5a9c14a4734513b584825382d.tar.gz |
Remove kludge to avoid random build failures because it didn't help.
Diffstat (limited to 'net/ORBit')
-rw-r--r-- | net/ORBit/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index edb8213ad36..01021bde515 100644 --- a/net/ORBit/Makefile +++ b/net/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" |