diff options
author | seb <seb@pkgsrc.org> | 2003-06-27 12:09:39 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-27 12:09:39 +0000 |
commit | 90491f17705bc5bbc0cf75fbf336decbb61b57e7 (patch) | |
tree | af16d6e9c18bdffff9191f5990fba6de5b3cffcb /cad | |
parent | b9fc2806105a13f600f412ba6fe94243dc8d0781 (diff) | |
download | pkgsrc-90491f17705bc5bbc0cf75fbf336decbb61b57e7.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pcb/Makefile | 4 |
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" |