diff options
Diffstat (limited to 'graphics/gocr/Makefile')
-rw-r--r-- | graphics/gocr/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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" |