From ba56a6d962bf14bb906ae2ad6fbe36b11088e35f Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 20 Mar 2006 18:15:37 +0000 Subject: * Nuke all references to and definitions of INFO_DIR in package Makefiles and replace with appropriate references to PKGINFODIR instead. * Properly account for split info files during installation. * Move info file listings directly into the package PLISTs. This fixes info-file-related PLIST problems. --- graphics/ocrad/Makefile | 7 +++---- graphics/ocrad/PLIST | 3 ++- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'graphics') diff --git a/graphics/ocrad/Makefile b/graphics/ocrad/Makefile index e56d38b8888..13a2112a3c3 100644 --- a/graphics/ocrad/Makefile +++ b/graphics/ocrad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/20 07:42:28 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/03/20 18:15:38 jlam Exp $ # DISTNAME= ocrad-0.13 @@ -14,9 +14,8 @@ USE_LANGUAGES= c++ USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +CONFIGURE_ARGS+= --infodir=${PREFIX:Q}/${PKGINFODIR:Q} CONFIGURE_ARGS+= --mandir=${PREFIX:Q}/${PKGMANDIR:Q} -CONFIGURE_ARGS+= --infodir=${PREFIX:Q}/${INFO_DIR:Q} - -INFO_FILES= ocrad.info +INFO_FILES= # PLIST .include "../../mk/bsd.pkg.mk" diff --git a/graphics/ocrad/PLIST b/graphics/ocrad/PLIST index ef7adbc0ae6..1aac3109399 100644 --- a/graphics/ocrad/PLIST +++ b/graphics/ocrad/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/16 20:17:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/03/20 18:15:38 jlam Exp $ bin/ocrad +info/ocrad.info -- cgit v1.2.3