diff options
-rw-r--r-- | corba/ORBit/Makefile | 5 | ||||
-rw-r--r-- | net/ORBit/Makefile | 5 |
2 files changed, 2 insertions, 8 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" 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" |