mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
1c951b39ec
- Add WITHOUT_NLS support. - Install doc files into the standard DOCSDIR only. - Clean up Makefile to make portlint happy. - Improvements since 1.5: translated .po files, $SP_MESSAGE_FORMAT, HTTP redirection, $SP_HTTP_USER_AGENT, $SP_HTTP_ACCEPT, and preserve case option in osx(1). Submitted by: hrs
14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
--- po/Makefile.in.in.orig Sun Jan 7 22:59:24 2007
|
|
+++ po/Makefile.in.in Sun Jan 7 23:00:49 2007
|
|
@@ -25,8 +25,8 @@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
datadir = @datadir@
|
|
-localedir = $(datadir)/locale
|
|
-gettextsrcdir = $(datadir)/gettext/po
|
|
+localedir = $(prefix)/share/locale
|
|
+gettextsrcdir = $(prefix)/share/gettext/po
|
|
|
|
INSTALL = @INSTALL@
|
|
INSTALL_DATA = @INSTALL_DATA@
|