diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/dinotrace/Makefile | 3 | ||||
-rw-r--r-- | cad/gschem/Makefile | 3 | ||||
-rw-r--r-- | cad/libgeda/Makefile | 3 | ||||
-rw-r--r-- | cad/ng-spice/Makefile | 3 | ||||
-rw-r--r-- | cad/pcb/Makefile | 3 |
5 files changed, 5 insertions, 10 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 9d9ee7a00c5..bfbed2ff75e 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2003/08/08 15:42:15 seb Exp $ +# $NetBSD: Makefile,v 1.26 2003/08/09 10:32:13 seb Exp $ # DISTNAME= dinotrace-9.1k @@ -13,7 +13,6 @@ USE_BUILDLINK2= YES USE_X11BASE= YES GNU_CONFIGURE= YES USE_PERL5= build -USE_NEW_TEXINFO= YES INFO_FILES= dinotrace.info .include "../../mk/motif.buildlink2.mk" diff --git a/cad/gschem/Makefile b/cad/gschem/Makefile index 434bf022b92..a316ec83e30 100644 --- a/cad/gschem/Makefile +++ b/cad/gschem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/07/17 21:25:04 grant Exp $ +# $NetBSD: Makefile,v 1.22 2003/08/09 10:32:14 seb Exp $ # DISTNAME= geda-gschem-${PKGVERSION} @@ -24,7 +24,6 @@ GNU_CONFIGURE= YES USE_X11BASE= YES USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES -USE_NEW_TEXINFO= YES INFO_FILES= gschemdoc.info .include "../../cad/libgeda/buildlink2.mk" diff --git a/cad/libgeda/Makefile b/cad/libgeda/Makefile index a691e475bb4..558508212c4 100644 --- a/cad/libgeda/Makefile +++ b/cad/libgeda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/07/17 21:25:08 grant Exp $ +# $NetBSD: Makefile,v 1.20 2003/08/09 10:32:14 seb Exp $ # DISTNAME= libgeda-${PKGVERSION} @@ -21,7 +21,6 @@ GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_X11BASE= YES USE_BUILDLINK2= YES -USE_NEW_TEXINFO= YES INFO_FILES= libgedadoc.info diff --git a/cad/ng-spice/Makefile b/cad/ng-spice/Makefile index 3e2d4cb765b..c6484068fb4 100644 --- a/cad/ng-spice/Makefile +++ b/cad/ng-spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/07/17 21:25:13 grant Exp $ +# $NetBSD: Makefile,v 1.17 2003/08/09 10:32:14 seb Exp $ # DISTNAME= ng-spice-rework-14 @@ -22,7 +22,6 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-debug LIBS+= ${LIBGETOPT} -USE_NEW_TEXINFO= YES INFO_FILES= ngspice.info .include "../../devel/libgetopt/buildlink2.mk" diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index b1b09a66810..714b518f137 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2003/07/17 21:25:17 grant Exp $ +# $NetBSD: Makefile,v 1.22 2003/08/09 10:32:13 seb Exp $ # FreeBSD Id: Makefile,v 1.19 1998/10/31 18:05:31 jseger Exp # @@ -27,7 +27,6 @@ EGDIR= ${PREFIX}/share/examples/pcb INFODIR= ${PREFIX}/info M4DIR= ${PREFIX}/lib/X11/pcb/m4 -USE_NEW_TEXINFO= YES INFO_FILES= pcb.info CONF_FILES= ${EGDIR}/local.inc ${PKG_SYSCONFDIR}/local.inc |