diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-11 06:40:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-11 06:40:06 +0800 |
commit | 8de58d860ff38202a64563a5ce85a307915369bd (patch) | |
tree | b7d5c1d0d61ec501feb7488f9a5f3827ffc1ce54 /deskutils/parcellite/files | |
parent | 5e979ba57dc955832327db8bded347e5bf2617e3 (diff) | |
download | freebsd-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.in | 19 |
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@. |