diff options
author | seb <seb> | 2003-08-03 08:26:21 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-03 08:26:21 +0000 |
commit | 61df5ec8bdc514b2ee50208663173e6afe7b7d81 (patch) | |
tree | 1b796b054fba90c428ae7a355573165f052359f0 /misc/vera/Makefile | |
parent | b49eb3862ccf42a6a0c6d70602b4e9db90698886 (diff) | |
download | pkgsrc-61df5ec8bdc514b2ee50208663173e6afe7b7d81.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'misc/vera/Makefile')
-rw-r--r-- | misc/vera/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/vera/Makefile b/misc/vera/Makefile index 1d150b32443..fe897eb151e 100644 --- a/misc/vera/Makefile +++ b/misc/vera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:50:01 grant Exp $ +# $NetBSD: Makefile,v 1.9 2003/08/03 08:26:21 seb Exp $ # FreeBSD Id: ports/misc/vera/Makefile,v 1.7 2000/11/13 12:44:18 demon Exp DISTNAME= vera-1.6 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://userpage.fu-berlin.de/~oheiabbd/vera-e.html COMMENT= Virtual Entity of Relevant Acronyms +USE_NEW_TEXINFO= YES +USE_MAKEINFO= YES INFO_FILES= vera.info do-build: @@ -17,5 +19,4 @@ do-build: do-install: ${INSTALL_DATA} ${WRKSRC}/vera.info* ${PREFIX}/info -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |