summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-09-25 15:06:23 +0000
committerjperkin <jperkin@pkgsrc.org>2014-09-25 15:06:23 +0000
commitffe19c727a1a456e9bfbedce5ffaf7d3cf35f80b (patch)
tree80127428a835ef5e5d72697655bb5acffe1767f2 /multimedia
parent344cfcf57ee755344b27e83599ed31f0a949c1bf (diff)
downloadpkgsrc-ffe19c727a1a456e9bfbedce5ffaf7d3cf35f80b.tar.gz
Fix pkglocaledir.
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/dvdstyler/distinfo3
-rw-r--r--multimedia/dvdstyler/patches/patch-locale_Makefile.in15
2 files changed, 17 insertions, 1 deletions
diff --git a/multimedia/dvdstyler/distinfo b/multimedia/dvdstyler/distinfo
index 4e409d635be..0993ddd38bb 100644
--- a/multimedia/dvdstyler/distinfo
+++ b/multimedia/dvdstyler/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.14 2014/03/31 23:28:39 ryoon Exp $
+$NetBSD: distinfo,v 1.15 2014/09/25 15:06:23 jperkin Exp $
SHA1 (DVDStyler-2.7.1.tar.bz2) = e8bd2510dd7cee09a48ecfac19842a20a1232f61
RMD160 (DVDStyler-2.7.1.tar.bz2) = 38eaa277818b67b3c79ec7e379c6b1284a73b9bb
Size (DVDStyler-2.7.1.tar.bz2) = 5816255 bytes
SHA1 (patch-aa) = 2629351931c11d2a3bf910fc7a3eed34486528a4
+SHA1 (patch-locale_Makefile.in) = 2b17db6e3057a974456cc220681e4d30a613bee2
diff --git a/multimedia/dvdstyler/patches/patch-locale_Makefile.in b/multimedia/dvdstyler/patches/patch-locale_Makefile.in
new file mode 100644
index 00000000000..9d94cc49b40
--- /dev/null
+++ b/multimedia/dvdstyler/patches/patch-locale_Makefile.in
@@ -0,0 +1,15 @@
+$NetBSD: patch-locale_Makefile.in,v 1.1 2014/09/25 15:06:23 jperkin Exp $
+
+Fix pkglocaledir.
+
+--- locale/Makefile.in.orig 2013-10-27 19:24:57.000000000 +0000
++++ locale/Makefile.in
+@@ -8,7 +8,7 @@ LINGUAS=ar ca cs da de el es es_ar eu fi
+
+ prefix=@prefix@
+ datarootdir=@datarootdir@
+-DATADIR=@datadir@
++DATADIR=@localedir@
+ INSTALL=@INSTALL@
+
+ # the programs we use (TODO: use configure to detect them)