pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/opencm Use ${INFO_DIR} instead of "info".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b3147d2def8
branches:  trunk
changeset: 472167:0b3147d2def8
user:      reed <reed%pkgsrc.org@localhost>
date:      Mon Apr 05 21:52:45 2004 +0000

description:
Use ${INFO_DIR} instead of "info".
Okay'd by jmmv.

diffstat:

 devel/opencm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e09d587a0536 -r 0b3147d2def8 devel/opencm/Makefile
--- a/devel/opencm/Makefile     Mon Apr 05 20:53:20 2004 +0000
+++ b/devel/opencm/Makefile     Mon Apr 05 21:52:45 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/03/26 02:27:38 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2004/04/05 21:52:45 reed Exp $
 #
 
 DISTNAME=      ${OPENCM_VERSION}-1-src
@@ -17,7 +17,7 @@
 USE_PKGINSTALL=        YES
 USE_GNU_TOOLS+=        make
 GNU_CONFIGURE= YES
-CONFIGURE_ARGS+=       --infodir=${PREFIX}/info
+CONFIGURE_ARGS+=       --infodir=${PREFIX}/${INFO_DIR}
 
 OPENCM_VERSION=        opencm-0.1.2alpha6
 



Home | Main Index | Thread Index | Old Index