summaryrefslogtreecommitdiff
path: root/devel/subversion/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-22 05:37:44 +0000
committerjlam <jlam@pkgsrc.org>2005-05-22 05:37:44 +0000
commit3c57dc6eba62947c7cfa3a63f36736e113bc34f4 (patch)
tree6935b0ca386b82b45b99912cf1778d1962a7e576 /devel/subversion/Makefile.common
parent48781afdbbd269b8ceaed59acae75d853875a642 (diff)
downloadpkgsrc-3c57dc6eba62947c7cfa3a63f36736e113bc34f4.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/Makefile.common')
-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}