diff options
author | seb <seb> | 2003-08-05 11:43:17 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-05 11:43:17 +0000 |
commit | 26c4b5d74cb9035ae922b59edd630db34c109699 (patch) | |
tree | 8eaba8860a0d103c9af6d9250d0acb6a04b47732 /shells/esh/Makefile | |
parent | 1a7bbbc314e152183acf9ed82e73fa769ab6d8f6 (diff) | |
download | pkgsrc-26c4b5d74cb9035ae922b59edd630db34c109699.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'shells/esh/Makefile')
-rw-r--r-- | shells/esh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile index 34d86f4f5b2..c0322374063 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/17 22:53:22 grant Exp $ +# $NetBSD: Makefile,v 1.16 2003/08/05 11:43:17 seb Exp $ DISTNAME= esh-0.8 WRKSRC= ${WRKDIR}/esh @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_BACKUP} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Unix shell with Lisp-like syntax +USE_NEW_TEXINFO= YES INFO_FILES= esh.info USE_PKGINSTALL= yes @@ -26,5 +27,4 @@ do-install: cd ${WRKSRC}/doc && ${INSTALL_DATA} esh.html esh_toc.html \ ${PREFIX}/share/doc/esh/ -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |