summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorsalo <salo>2002-11-28 14:21:32 +0000
committersalo <salo>2002-11-28 14:21:32 +0000
commita40aa98be5e73d98119c2f4a0349ca09cd7ddad9 (patch)
tree0816324ba177998c0433aa190a61935e25259562 /Packages.txt
parent33fd323d36575f5e4870db578d8cc2be8c2c0358 (diff)
downloadpkgsrc-a40aa98be5e73d98119c2f4a0349ca09cd7ddad9.tar.gz
Introduce new framework for handling packages' locale directories.
The logic is: - if package defines USE_PKGLOCALEDIR and PKGLOCALEDIR is not 'share' as GNU autotools expects then - fix variables 'localedir', 'gnulocaledir' and define coorect 'LOCALEDIR' in the Makefile.in.* files From Packages.txt: 10.29 Packages providing locale catalogues ========================================== If the package provides its own locale catalogues, the variable USE_PKGLOCALEDIR should be defined. It will ensure that the package's Makefile template files are fixed and point to the correct locale directories (which may vary, depending on OS), if necessary. See also section 5.1 for details about ${PKGLOCALEDIR}. This functionality is buildlink2-only.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt12
1 files changed, 11 insertions, 1 deletions
diff --git a/Packages.txt b/Packages.txt
index 78eb44407fd..71bd4a994b2 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.271 2002/11/17 09:00:30 salo Exp $
+# $NetBSD: Packages.txt,v 1.272 2002/11/28 14:21:32 salo Exp $
###########################################################################
==========================
@@ -2425,6 +2425,16 @@ post-install target by the INSTALL script generated by bsd.pkg.install.mk and
removed in the deinstall target by the DEINSTALL script.
+ 10.29 Packages providing locale catalogues
+ ==========================================
+
+If the package provides its own locale catalogues, the variable
+USE_PKGLOCALEDIR should be defined. It will ensure that the package's
+Makefile template files are fixed and point to the correct locale directories
+(which may vary, depending on OS), if necessary. See also section 5.1 for
+details about ${PKGLOCALEDIR}. This functionality is buildlink2-only.
+
+
11 Submitting & Committing
==========================