diff options
author | reed <reed> | 2006-04-04 03:36:32 +0000 |
---|---|---|
committer | reed <reed> | 2006-04-04 03:36:32 +0000 |
commit | 0eb21a915fbc89025b447a835d42014da9153411 (patch) | |
tree | d1a0e7ae5c5ae2114c4eb029059c1a3a414b9379 /devel/subversion | |
parent | 8fb0a740b8dba0e8de20b3c150c47bc0f05f8a00 (diff) | |
download | pkgsrc-0eb21a915fbc89025b447a835d42014da9153411.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.common | 4 |
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} |