diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-14 01:51:13 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-14 01:51:13 +0000 |
commit | e0a9c04a0c5634ad61c8a1d764ba8fed827ad488 (patch) | |
tree | 9ffef3dd3900cecadc47147e33a8fed5b28ecd79 /audio/gnapster | |
parent | Change www.FreeBSD.org to people.FreeBSD.org. (diff) |
Actually add patches.
Noticed by: ade
Notes
Notes:
svn path=/head/; revision=25794
Diffstat (limited to 'audio/gnapster')
-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 |