diff options
author | tron <tron@pkgsrc.org> | 2001-02-26 20:19:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-26 20:19:43 +0000 |
commit | eaa668697ff4665cac9ef4ee1c809fb646ed9232 (patch) | |
tree | 05777537a7842cd2f8fdcb3806350b75a37d96cc /devel/gettext | |
parent | ed13e58de405ea493d2ecdffdb2b81375ce06a1f (diff) | |
download | pkgsrc-eaa668697ff4665cac9ef4ee1c809fb646ed9232.tar.gz |
Use "PKGLOCALEDIR" instead of "LOCALEDIR".
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/Makefile | 4 | ||||
-rw-r--r-- | devel/gettext/pkg/PLIST | 26 |
2 files changed, 15 insertions, 15 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index 25b37a7d96c..5ecd717b4f1 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/02/16 14:38:25 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2001/02/26 20:19:43 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -19,7 +19,7 @@ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" INFO_FILES= gettext.info -PLIST_SUBST+= LOCALEDIR=${LOCALEDIR} + post-patch: ${RM} -f ${WRKSRC}/intl/libgettext.h ${RM} -f ${WRKSRC}/intl/libintl.h diff --git a/devel/gettext/pkg/PLIST b/devel/gettext/pkg/PLIST index af48d7de31c..f889e2ea69d 100644 --- a/devel/gettext/pkg/PLIST +++ b/devel/gettext/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2001/02/13 11:47:00 tron Exp $ +@comment $NetBSD: PLIST,v 1.15 2001/02/26 20:19:44 tron Exp $ bin/gettext bin/gettextize bin/msgcmp @@ -44,18 +44,18 @@ share/gettext/intl/textdomain.c share/gettext/intl/xopen-msg.sed share/gettext/po/Makefile.in.in share/locale/locale.alias -${LOCALEDIR}/locale/da/LC_MESSAGES/gettext.mo -${LOCALEDIR}/locale/de/LC_MESSAGES/gettext.mo -${LOCALEDIR}/locale/es/LC_MESSAGES/gettext.mo -${LOCALEDIR}/locale/fr/LC_MESSAGES/gettext.mo -${LOCALEDIR}/locale/ko/LC_MESSAGES/gettext.mo -${LOCALEDIR}/locale/nl/LC_MESSAGES/gettext.mo -${LOCALEDIR}/locale/no/LC_MESSAGES/gettext.mo -${LOCALEDIR}/locale/no@nynorsk/LC_MESSAGES/gettext.mo -${LOCALEDIR}/locale/pl/LC_MESSAGES/gettext.mo -${LOCALEDIR}/locale/pt/LC_MESSAGES/gettext.mo -${LOCALEDIR}/locale/sl/LC_MESSAGES/gettext.mo -${LOCALEDIR}/locale/sv/LC_MESSAGES/gettext.mo +${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gettext.mo +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gettext.mo +${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gettext.mo +${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gettext.mo +${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/gettext.mo +${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gettext.mo +${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gettext.mo +${PKGLOCALEDIR}/locale/no@nynorsk/LC_MESSAGES/gettext.mo +${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gettext.mo +${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gettext.mo +${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/gettext.mo +${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gettext.mo @dirrm share/gettext/po @dirrm share/gettext/intl @dirrm share/gettext |