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 | 9f5d565d37d729a3fae9a2085109e3725d4e5aab (patch) | |
tree | 1cab0a3ac6e7d2c22ee3f8dc0d4eaea848cbb75b | |
parent | dcd953745fa748cd705c12d098c670ea1c7f5f03 (diff) | |
download | pkgsrc-9f5d565d37d729a3fae9a2085109e3725d4e5aab.tar.gz |
Fixed the --mandir argument to configure. This makes the package build on
NetBSD-1.6.2/i386 again.
-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" |