aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/parcellite/files
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-05-11 06:40:06 +0800
committermiwi <miwi@FreeBSD.org>2009-05-11 06:40:06 +0800
commit8de58d860ff38202a64563a5ce85a307915369bd (patch)
treeb7d5c1d0d61ec501feb7488f9a5f3827ffc1ce54 /deskutils/parcellite/files
parent5e979ba57dc955832327db8bded347e5bf2617e3 (diff)
downloadfreebsd-ports-gnome-8de58d860ff38202a64563a5ce85a307915369bd.tar.gz
freebsd-ports-gnome-8de58d860ff38202a64563a5ce85a307915369bd.tar.zst
freebsd-ports-gnome-8de58d860ff38202a64563a5ce85a307915369bd.zip
Parcellite is a lightweight GTK+ clipboard manager. This is a stripped down,
basic-features-only clipboard manager with a small memory footprint for those who like simplicity. WWW: http://parcellite.sourceforge.net PR: ports/134255 Submitted by: Joey Mingrone <joey at mingrone.org>
Diffstat (limited to 'deskutils/parcellite/files')
-rw-r--r--deskutils/parcellite/files/patch-po_Makefile.in.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/deskutils/parcellite/files/patch-po_Makefile.in.in b/deskutils/parcellite/files/patch-po_Makefile.in.in
new file mode 100644
index 000000000000..389951be00b2
--- /dev/null
+++ b/deskutils/parcellite/files/patch-po_Makefile.in.in
@@ -0,0 +1,19 @@
+*** po/Makefile.in.in.orig Tue May 5 19:45:52 2009
+--- po/Makefile.in.in Tue May 5 19:46:58 2009
+***************
+*** 34,40 ****
+ datarootdir = @datarootdir@
+ libdir = @libdir@
+ DATADIRNAME = @DATADIRNAME@
+! itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+ subdir = po
+ install_sh = @install_sh@
+ # Automake >= 1.8 provides @mkdir_p@.
+--- 34,40 ----
+ datarootdir = @datarootdir@
+ libdir = @libdir@
+ DATADIRNAME = @DATADIRNAME@
+! itlocaledir = $(datarootdir)/locale
+ subdir = po
+ install_sh = @install_sh@
+ # Automake >= 1.8 provides @mkdir_p@.