summaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorreed <reed>2006-04-04 03:36:32 +0000
committerreed <reed>2006-04-04 03:36:32 +0000
commit66fe3eb7986229b2e4e03e012bab4b2e5c49771c (patch)
treed1a0e7ae5c5ae2114c4eb029059c1a3a414b9379 /devel/subversion
parent10b26bb808aaee3a1c0a1ab45a3bdede1f7bebbd (diff)
downloadpkgsrc-66fe3eb7986229b2e4e03e012bab4b2e5c49771c.tar.gz
As a workaround, use configure --infodir.
It does not install info file, but does create directory.
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile.common4
1 files changed, 3 insertions, 1 deletions
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}