diff options
Diffstat (limited to 'graphics/ocrad/Makefile')
-rw-r--r-- | graphics/ocrad/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/ocrad/Makefile b/graphics/ocrad/Makefile index e56d38b8888..13a2112a3c3 100644 --- a/graphics/ocrad/Makefile +++ b/graphics/ocrad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/03/20 07:42:28 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2006/03/20 18:15:38 jlam Exp $ # DISTNAME= ocrad-0.13 @@ -14,9 +14,8 @@ USE_LANGUAGES= c++ USE_PKGLOCALEDIR= yes HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX:Q} +CONFIGURE_ARGS+= --infodir=${PREFIX:Q}/${PKGINFODIR:Q} CONFIGURE_ARGS+= --mandir=${PREFIX:Q}/${PKGMANDIR:Q} -CONFIGURE_ARGS+= --infodir=${PREFIX:Q}/${INFO_DIR:Q} - -INFO_FILES= ocrad.info +INFO_FILES= # PLIST .include "../../mk/bsd.pkg.mk" |