pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cad/gnetlist Fixed a shell interpreter to /bin/sh.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/778387dbbb10
branches:  trunk
changeset: 518784:778387dbbb10
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Sep 17 17:36:35 2006 +0000

description:
Fixed a shell interpreter to /bin/sh.

diffstat:

 cad/gnetlist/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b5dc7ca4d423 -r 778387dbbb10 cad/gnetlist/Makefile
--- a/cad/gnetlist/Makefile     Sun Sep 17 17:02:38 2006 +0000
+++ b/cad/gnetlist/Makefile     Sun Sep 17 17:36:35 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2006/09/01 12:00:43 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.43 2006/09/17 17:36:35 rillig Exp $
 #
 
 DISTNAME=              geda-gnetlist-${PKGVERSION}
@@ -25,5 +25,8 @@
 CONFIGURE_ARGS+=       --with-pcbm4dir=${PCBDIR}/share/pcb/m4
 CONFIGURE_ARGS+=       --with-pcbconfdir=${PKG_SYSCONFDIR}/pcb
 
+REPLACE_SH+=           scripts/sch2eaglepos.sh
+USE_TOOLS+=            sh:run
+
 .include "../../cad/libgeda/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index