diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-02-14 09:51:13 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-02-14 09:51:13 +0800 |
commit | c72b267675187c0cddaab1e3bd0b5671cabf7025 (patch) | |
tree | e6c29b6a3357d91e4156309588f201dd5a428bf8 /audio | |
parent | 46306120e895eb8e957110b65863f181bcb2b6b8 (diff) | |
download | freebsd-ports-gnome-c72b267675187c0cddaab1e3bd0b5671cabf7025.tar.gz freebsd-ports-gnome-c72b267675187c0cddaab1e3bd0b5671cabf7025.tar.zst freebsd-ports-gnome-c72b267675187c0cddaab1e3bd0b5671cabf7025.zip |
Actually add patches.
Noticed by: ade
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnapster/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/gnapster/files/patch-ad b/audio/gnapster/files/patch-ad new file mode 100644 index 000000000000..2b8f65c794d2 --- /dev/null +++ b/audio/gnapster/files/patch-ad @@ -0,0 +1,11 @@ +--- po/Makefile.in.in.orig Sun Jan 30 20:52:19 2000 ++++ po/Makefile.in.in Fri Feb 11 18:18:59 2000 +@@ -19,7 +19,7 @@ + prefix = @prefix@ + exec_prefix = @exec_prefix@ + datadir = $(prefix)/@DATADIRNAME@ +-localedir = $(datadir)/locale ++localedir = $(prefix)/share/locale + gnulocaledir = $(prefix)/share/locale + gettextsrcdir = $(prefix)/share/gettext/po + subdir = po |