pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gocr Fixed the --mandir argument to configure...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc1dcb36f57c
branches:  trunk
changeset: 501599:dc1dcb36f57c
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Oct 24 15:01:37 2005 +0000

description:
Fixed the --mandir argument to configure. This makes the package build on
NetBSD-1.6.2/i386 again.

diffstat:

 graphics/gocr/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 9ae327f75fdb -r dc1dcb36f57c graphics/gocr/Makefile
--- a/graphics/gocr/Makefile    Mon Oct 24 11:40:28 2005 +0000
+++ b/graphics/gocr/Makefile    Mon Oct 24 15:01:37 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index