pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk We can always pass --infodir to configure scripts, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3de1f7dab1c6
branches:  trunk
changeset: 509798:3de1f7dab1c6
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Mar 14 17:24:34 2006 +0000

description:
We can always pass --infodir to configure scripts, regardless of whether
or not there are info files to be installed.

diffstat:

 mk/bsd.pkg.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r f4a704716e06 -r 3de1f7dab1c6 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Tue Mar 14 17:15:56 2006 +0000
+++ b/mk/bsd.pkg.mk     Tue Mar 14 17:24:34 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1807 2006/03/14 01:14:35 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1808 2006/03/14 17:24:34 jlam Exp $
 #
 # This file is in the public domain.
 #
@@ -584,8 +584,7 @@
 
 CONFIGURE_HAS_INFODIR?=        yes
 GNU_CONFIGURE_INFODIR?=        ${GNU_CONFIGURE_PREFIX}/${INFO_DIR}
-.  if defined(INFO_FILES) && !empty(INFO_FILES) && \
-      !empty(CONFIGURE_HAS_INFODIR:M[yY][eE][sS])
+.  if !empty(CONFIGURE_HAS_INFODIR:M[yY][eE][sS])
 CONFIGURE_ARGS+=       --infodir=${GNU_CONFIGURE_INFODIR:Q}
 .  endif
 



Home | Main Index | Thread Index | Old Index