From 0eb21a915fbc89025b447a835d42014da9153411 Mon Sep 17 00:00:00 2001 From: reed Date: Tue, 4 Apr 2006 03:36:32 +0000 Subject: As a workaround, use configure --infodir. It does not install info file, but does create directory. --- devel/subversion/Makefile.common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/subversion') diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common index 7a207205fd3..3bfa3e262c6 100644 --- a/devel/subversion/Makefile.common +++ b/devel/subversion/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2006/01/02 21:13:45 epg Exp $ +# $NetBSD: Makefile.common,v 1.23 2006/04/04 03:36:32 reed Exp $ DISTNAME= subversion-${SVNVER} CATEGORIES= devel @@ -24,6 +24,8 @@ CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr} CONFIGURE_ARGS+= --with-apr-util=${BUILDLINK_PREFIX.apr} CONFIGURE_ARGS+= --with-neon=${BUILDLINK_PREFIX.neon} CONFIGURE_ARGS+= --with-ssl +# workaround: does not install info file, but does create directory +CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR} BUILDLINK_DEPENDS.subversion-base+= subversion-base>=${SVNVER} -- cgit v1.2.3