summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-14 17:24:34 +0000
committerjlam <jlam@pkgsrc.org>2006-03-14 17:24:34 +0000
commit934c43ebc67ab77cc5fb47366556208836339e0e (patch)
tree808348e0a500d693818d60d7cdc0c7f6ab8cad6e /mk
parent365e8b9b0a2cb5736b5d9b42502fcfac0c74f5dc (diff)
downloadpkgsrc-934c43ebc67ab77cc5fb47366556208836339e0e.tar.gz
We can always pass --infodir to configure scripts, regardless of whether
or not there are info files to be installed.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 35deb3a15ee..2cacfdbb3da 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -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_ARGS+= --host=${MACHINE_GNU_PLATFORM:Q}
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