diff options
author | seb <seb@pkgsrc.org> | 2003-08-03 08:26:21 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-03 08:26:21 +0000 |
commit | acf5f6e4e79bf55e2372e5701d1ea7d76d13b508 (patch) | |
tree | 1b796b054fba90c428ae7a355573165f052359f0 /misc | |
parent | 1a211d24399925ec918bbdf0194956b5589be63d (diff) | |
download | pkgsrc-acf5f6e4e79bf55e2372e5701d1ea7d76d13b508.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/vera/Makefile | 5 | ||||
-rw-r--r-- | misc/vera/PLIST | 4 |
2 files changed, 4 insertions, 5 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" diff --git a/misc/vera/PLIST b/misc/vera/PLIST index b59694b806c..80600ace5b4 100644 --- a/misc/vera/PLIST +++ b/misc/vera/PLIST @@ -1,5 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:34 seb Exp $ -@unexec ${INSTALL_INFO} --delete %D/info/vera.info %D/info/dir +@comment $NetBSD: PLIST,v 1.3 2003/08/03 08:26:22 seb Exp $ info/vera.info info/vera.info-1 info/vera.info-2 @@ -12,4 +11,3 @@ info/vera.info-8 info/vera.info-9 info/vera.info-10 info/vera.info-11 -@exec ${INSTALL_INFO} %D/info/vera.info %D/info/dir |