summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-19 16:23:33 +0000
committerjlam <jlam>2001-06-19 16:23:33 +0000
commitd4ccf667b45194c38b9a35be57ab5296d5c9db72 (patch)
treea43580dbb52742904d1304beb2f4596d07436adf /Packages.txt
parentf179de0db1584df8c5fe9617570c7dd23a817eb9 (diff)
downloadpkgsrc-d4ccf667b45194c38b9a35be57ab5296d5c9db72.tar.gz
Document PKGLOCALEDIR in PLIST issues.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt
index 9085b98b50d..90679b1944b 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.161 2001/06/16 04:15:08 jlam Exp $
+# $NetBSD: Packages.txt,v 1.162 2001/06/19 16:23:33 jlam Exp $
###########################################################################
==========================
@@ -874,6 +874,13 @@ to when dealing with the PLIST file (or files, see below!).
by output from "uname -s", ${OS_VERSION} will be set to what "uname -r"
gives.
+ * ${PKGLOCALEDIR}:
+ Packages that install locale files should list them in the PLIST as
+ "${PKGLOCALEDIR}/locale/de/LC_MESSAGES/..." instead of
+ "share/locale/de/LC_MESSAGES/...". This properly handles the fact that
+ different OSes expect locale files to be either in "share" or "lib" by
+ default.
+
* Manpage-compression:
Manpages should be installed in compressed form if MANZ is set (in
bsd.own.mk), and uncompressed otherwise. To handle this in the PLIST