summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2005-08-21 02:31:27 +0000
committerjlam <jlam>2005-08-21 02:31:27 +0000
commitc375ee51dfbca97845580697602de6584164c23e (patch)
treef1b396cf173b0f5e537a2458a69f0c07612bd989 /devel
parentb965d8033aee2cd44a83179ca100876ab1091b1b (diff)
downloadpkgsrc-c375ee51dfbca97845580697602de6584164c23e.tar.gz
We need to pre-create the locale directory before copying the locale.alias
file into place. Bump the PKGREVISION to 6.
Diffstat (limited to 'devel')
-rw-r--r--devel/gettext-lib/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile
index b336d4d004e..63eb666d6da 100644
--- a/devel/gettext-lib/Makefile
+++ b/devel/gettext-lib/Makefile
@@ -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 @@ EGDIR= ${PREFIX}/share/examples/gettext
LOCALEDIR= ${PREFIX}/${PKGLOCALEDIR}/locale
USE_PKGINSTALL= yes
+REQD_DIRS+= ${LOCALEDIR}
REQD_FILES+= ${EGDIR}/locale.alias ${LOCALEDIR}/locale.alias
.include "../../mk/bsd.prefs.mk"