diff options
author | rillig <rillig@pkgsrc.org> | 2005-10-24 15:01:37 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-10-24 15:01:37 +0000 |
commit | 0e3d39115de0aeb8b994b2bdf5275c7970f3fa2e (patch) | |
tree | 1cab0a3ac6e7d2c22ee3f8dc0d4eaea848cbb75b /graphics/gocr | |
parent | c552ced1c62852847c78e8748a1441a2b0e3046d (diff) | |
download | pkgsrc-0e3d39115de0aeb8b994b2bdf5275c7970f3fa2e.tar.gz |
Fixed the --mandir argument to configure. This makes the package build on
NetBSD-1.6.2/i386 again.
Diffstat (limited to 'graphics/gocr')
-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" |