diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-20 18:15:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-20 18:15:37 +0000 |
commit | 741aecb60794fe08a7a2c61bfcc516bee56c6a2b (patch) | |
tree | 0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /graphics | |
parent | 6132a5c7603ce3eb9c6eaaf83c45b47f9e30fa6d (diff) | |
download | pkgsrc-741aecb60794fe08a7a2c61bfcc516bee56c6a2b.tar.gz |
* Nuke all references to and definitions of INFO_DIR in package Makefiles
and replace with appropriate references to PKGINFODIR instead.
* Properly account for split info files during installation.
* Move info file listings directly into the package PLISTs.
This fixes info-file-related PLIST problems.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ocrad/Makefile | 7 | ||||
-rw-r--r-- | graphics/ocrad/PLIST | 3 |
2 files changed, 5 insertions, 5 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" diff --git a/graphics/ocrad/PLIST b/graphics/ocrad/PLIST index ef7adbc0ae6..1aac3109399 100644 --- a/graphics/ocrad/PLIST +++ b/graphics/ocrad/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/16 20:17:49 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/03/20 18:15:38 jlam Exp $ bin/ocrad +info/ocrad.info |