From 928c0ea2a9df5fc6e9cbe3c51754d95482fad36e Mon Sep 17 00:00:00 2001 From: rillig Date: Mon, 24 Oct 2005 15:01:37 +0000 Subject: Fixed the --mandir argument to configure. This makes the package build on NetBSD-1.6.2/i386 again. --- graphics/gocr/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'graphics/gocr') diff --git a/graphics/gocr/Makefile b/graphics/gocr/Makefile index fe79bba4471..db25686e89e 100644 --- a/graphics/gocr/Makefile +++ b/graphics/gocr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/10/16 20:20:41 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/10/24 15:01:37 rillig Exp $ DISTNAME= gocr-0.37 CATEGORIES= graphics @@ -8,7 +8,9 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/jocr COMMENT= GOCR is a set of OCR tools -GNU_CONFIGURE= yes -USE_TOOLS+= gmake +GNU_CONFIGURE= yes +CONFIGURE_HAS_MANDIR= no +CONFIGURE_ARGS+= --mandir=/${PKGMANDIR} +USE_TOOLS+= gmake .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3