diff options
author | tron <tron@pkgsrc.org> | 2001-01-14 05:31:12 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-01-14 05:31:12 +0000 |
commit | 37007212a21f94b06e2a61e43a34d6d7508ae76c (patch) | |
tree | 30e923cd1d7c2c1ebbc162213175aa998b5e536c | |
parent | 9bb14833de91fe1f6247e982688cd91914bb70a4 (diff) | |
download | pkgsrc-37007212a21f94b06e2a61e43a34d6d7508ae76c.tar.gz |
Correct package list for Solaris.
-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 6a7749da2df..518d42fd1ac 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/11/29 05:05:28 itojun Exp $ +# $NetBSD: Makefile,v 1.25 2001/01/14 05:31:12 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} 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 30bfa110097..5d774645fa8 100644 --- a/devel/gettext/pkg/PLIST +++ b/devel/gettext/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2000/11/29 05:05:29 itojun Exp $ +@comment $NetBSD: PLIST,v 1.13 2001/01/14 05:31:13 tron Exp $ bin/gettext bin/gettextize bin/msgcmp @@ -43,19 +43,19 @@ share/gettext/intl/po2tbl.sed.in share/gettext/intl/textdomain.c share/gettext/intl/xopen-msg.sed share/gettext/po/Makefile.in.in -share/locale/da/LC_MESSAGES/gettext.mo -share/locale/de/LC_MESSAGES/gettext.mo -share/locale/es/LC_MESSAGES/gettext.mo -share/locale/fr/LC_MESSAGES/gettext.mo -share/locale/ko/LC_MESSAGES/gettext.mo share/locale/locale.alias -share/locale/nl/LC_MESSAGES/gettext.mo -share/locale/no/LC_MESSAGES/gettext.mo -share/locale/no@nynorsk/LC_MESSAGES/gettext.mo -share/locale/pl/LC_MESSAGES/gettext.mo -share/locale/pt/LC_MESSAGES/gettext.mo -share/locale/sl/LC_MESSAGES/gettext.mo -share/locale/sv/LC_MESSAGES/gettext.mo +${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 @dirrm share/gettext/po @dirrm share/gettext/intl @dirrm share/gettext |