summaryrefslogtreecommitdiff
path: root/devel/subversion
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-22 05:37:44 +0000
committerjlam <jlam>2005-05-22 05:37:44 +0000
commit01954cc0c67f714302cf3a9f7419b7a779bd4ffd (patch)
tree6935b0ca386b82b45b99912cf1778d1962a7e576 /devel/subversion
parent2901e41f3db308b64ed1adb51e919c3fc483bc49 (diff)
downloadpkgsrc-01954cc0c67f714302cf3a9f7419b7a779bd4ffd.tar.gz
This package is GNU configured and installs locale files, so it needs
to set USE_PKGLOCALEDIR so that the location of the installed locale files matches the one listed in the PLIST.
Diffstat (limited to 'devel/subversion')
-rw-r--r--devel/subversion/Makefile.common3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common
index e0d8c3e7396..5caccd93386 100644
--- a/devel/subversion/Makefile.common
+++ b/devel/subversion/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2005/04/11 21:45:38 tv Exp $
+# $NetBSD: Makefile.common,v 1.19 2005/05/22 05:37:44 jlam Exp $
DISTNAME= subversion-${SVNVER}
CATEGORIES= devel
@@ -18,6 +18,7 @@ PATCHDIR= ${.CURDIR}/../../devel/subversion/patches
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
+USE_PKGLOCALEDIR= YES
CONFIGURE_ARGS+= --with-apr=${BUILDLINK_PREFIX.apr}
CONFIGURE_ARGS+= --with-apr-util=${BUILDLINK_PREFIX.apr}