summaryrefslogtreecommitdiff
path: root/graphics/ocrad
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-20 18:15:37 +0000
committerjlam <jlam>2006-03-20 18:15:37 +0000
commitbb8509a89e35426c1df30c5cdd4d840a2fde9158 (patch)
tree0f05903ff61fcd859ec72aa544fa1e5eda653bf6 /graphics/ocrad
parent2cacc7f60d1cd4785e4584dcedbf9e14e4404415 (diff)
downloadpkgsrc-bb8509a89e35426c1df30c5cdd4d840a2fde9158.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/Makefile7
-rw-r--r--graphics/ocrad/PLIST3
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