summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cad/pcb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile
index 9465b06fd52..77bd32cee03 100644
--- a/cad/pcb/Makefile
+++ b/cad/pcb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/02/26 03:40:53 jschauma Exp $
+# $NetBSD: Makefile,v 1.20 2003/06/27 12:09:39 seb Exp $
# FreeBSD Id: Makefile,v 1.19 1998/10/31 18:05:31 jseger Exp
#
@@ -27,6 +27,7 @@ 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
@@ -65,5 +66,4 @@ post-install:
${INSTALL_DATA_DIR} ${EGDIR}
${ECHO} "# list your local includes here" > ${EGDIR}/local.inc
-.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"