summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-08-21 02:31:27 +0000
committerjlam <jlam@pkgsrc.org>2005-08-21 02:31:27 +0000
commit626db113156ba94f4b46cb87dfd8bd5463950cd7 (patch)
treef1b396cf173b0f5e537a2458a69f0c07612bd989 /devel
parent8acf4c4a5957cb51905f21995d23f52159e341af (diff)
downloadpkgsrc-626db113156ba94f4b46cb87dfd8bd5463950cd7.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"