pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gettext-lib We need to pre-create the locale dir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d70ff882398f
branches:  trunk
changeset: 498365:d70ff882398f
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Aug 21 02:31:27 2005 +0000

description:
We need to pre-create the locale directory before copying the locale.alias
file into place.  Bump the PKGREVISION to 6.

diffstat:

 devel/gettext-lib/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r b81b5745eab8 -r d70ff882398f devel/gettext-lib/Makefile
--- a/devel/gettext-lib/Makefile        Sun Aug 21 01:21:23 2005 +0000
+++ b/devel/gettext-lib/Makefile        Sun Aug 21 02:31:27 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.38 2005/08/19 22:30:01 jlam Exp $
+# $NetBSD: Makefile,v 1.39 2005/08/21 02:31:27 jlam Exp $
 
 DISTNAME=              gettext-0.11.5
 PKGNAME=               gettext-lib-0.11.5
 SVR4_PKGNAME=          gttli
-PKGREVISION=           5
+PKGREVISION=           6
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GNU:=gettext/}
 
@@ -32,6 +32,7 @@
 LOCALEDIR=             ${PREFIX}/${PKGLOCALEDIR}/locale
 
 USE_PKGINSTALL=                yes
+REQD_DIRS+=            ${LOCALEDIR}
 REQD_FILES+=           ${EGDIR}/locale.alias ${LOCALEDIR}/locale.alias
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index