summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorseb <seb>2003-06-27 12:09:39 +0000
committerseb <seb>2003-06-27 12:09:39 +0000
commitc5fcb5be438c1af0463cf6da23597a8bb044aa46 (patch)
treeaf16d6e9c18bdffff9191f5990fba6de5b3cffcb /cad
parent038be6d348d3dde526f437ca901e01be39413751 (diff)
downloadpkgsrc-c5fcb5be438c1af0463cf6da23597a8bb044aa46.tar.gz
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'cad')
-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"