diff options
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 518d42fd1ac..bd26d9f0193 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/01/14 05:31:12 tron Exp $ +# $NetBSD: Makefile,v 1.26 2001/02/13 11:47:00 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -18,7 +18,7 @@ CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" \ CPPFLAGS="-I${LOCALBASE}/include" INFO_FILES= gettext.info -PLIST_SUBST+= LOCALEBASE=${LOCALEBASE} +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 5d774645fa8..af48d7de31c 100644 --- a/devel/gettext/pkg/PLIST +++ b/devel/gettext/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2001/01/14 05:31:13 tron Exp $ +@comment $NetBSD: PLIST,v 1.14 2001/02/13 11:47:00 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 -${LOCALEBASE}/locale/da/LC_MESSAGES/gettext.mo -${LOCALEBASE}/locale/de/LC_MESSAGES/gettext.mo -${LOCALEBASE}/locale/es/LC_MESSAGES/gettext.mo -${LOCALEBASE}/locale/fr/LC_MESSAGES/gettext.mo -${LOCALEBASE}/locale/ko/LC_MESSAGES/gettext.mo -${LOCALEBASE}/locale/nl/LC_MESSAGES/gettext.mo -${LOCALEBASE}/locale/no/LC_MESSAGES/gettext.mo -${LOCALEBASE}/locale/no@nynorsk/LC_MESSAGES/gettext.mo -${LOCALEBASE}/locale/pl/LC_MESSAGES/gettext.mo -${LOCALEBASE}/locale/pt/LC_MESSAGES/gettext.mo -${LOCALEBASE}/locale/sl/LC_MESSAGES/gettext.mo -${LOCALEBASE}/locale/sv/LC_MESSAGES/gettext.mo +${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 @dirrm share/gettext/po @dirrm share/gettext/intl @dirrm share/gettext |