From de1db504a60bc88cd64a66b9e04640ead260b363 Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 20 Mar 2006 17:16:13 +0000 Subject: * Honor PKGINFODIR and drop use of obsolete INFO_DIR. * List the info files directly in the PLIST. --- misc/vera/Makefile | 13 ++++++++----- misc/vera/PLIST | 3 ++- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'misc/vera') diff --git a/misc/vera/Makefile b/misc/vera/Makefile index ca45701c723..fc224e9be92 100644 --- a/misc/vera/Makefile +++ b/misc/vera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/05 16:27:27 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/03/20 17:16:13 jlam Exp $ DISTNAME= vera-1.16 CATEGORIES= misc @@ -10,14 +10,17 @@ HOMEPAGE= http://cgi.snafu.de/ohei/user-cgi-bin/veramain-e.cgi COMMENT= Virtual Entity of Relevant Acronyms USE_TOOLS+= makeinfo -INFO_FILES= vera.info +INFO_FILES= # PLIST -INSTALLATION_DIRS= info +INSTALLATION_DIRS= ${PKGINFODIR} do-build: - cd ${WRKSRC} && ${MAKEINFO} vera.texi + cd ${WRKSRC} && makeinfo vera.texi do-install: - ${INSTALL_DATA} ${WRKSRC}/vera.info* ${PREFIX}/${INFO_DIR} + cd ${WRKSRC}; for f in vera.info vera.info-[0-9]*; do \ + ${TEST} ! -f "$$f" || \ + ${INSTALL_DATA} "$$f" ${PREFIX}/${PKGINFODIR}; \ + done .include "../../mk/bsd.pkg.mk" diff --git a/misc/vera/PLIST b/misc/vera/PLIST index 76285e9bd38..ac1a67044ff 100644 --- a/misc/vera/PLIST +++ b/misc/vera/PLIST @@ -1 +1,2 @@ -@comment $NetBSD: PLIST,v 1.5 2004/03/08 22:24:04 seb Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/03/20 17:16:13 jlam Exp $ +info/vera.info -- cgit v1.2.3