diff options
author | jlam <jlam@pkgsrc.org> | 2005-08-21 02:31:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-08-21 02:31:27 +0000 |
commit | 4c6695ae1f1a60dc4b1f792573e91c26bb042b03 (patch) | |
tree | f1b396cf173b0f5e537a2458a69f0c07612bd989 /devel/gettext-lib | |
parent | 65c831d6204bd9d47d196f7d17ca111b3cd108ef (diff) | |
download | pkgsrc-4c6695ae1f1a60dc4b1f792573e91c26bb042b03.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/gettext-lib')
-rw-r--r-- | devel/gettext-lib/Makefile | 5 |
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" |