diff options
author | jlam <jlam> | 2006-03-20 18:15:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-20 18:15:37 +0000 |
commit | ba56a6d962bf14bb906ae2ad6fbe36b11088e35f (patch) | |
tree | 0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /graphics/ocrad | |
parent | cd12b581e049b51b7dda38fa3ff87b479c78aec2 (diff) | |
download | pkgsrc-ba56a6d962bf14bb906ae2ad6fbe36b11088e35f.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/ocrad')
-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 |