diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-18 20:58:35 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-18 20:58:35 +0000 |
commit | b0bad3039b2baeeeda0379ef475c986f1b2cad44 (patch) | |
tree | fd157d51a5270cf1652d426d6c94a0ce80a3eace /graphics | |
parent | f1b9071d1694cae23ca4ccde8b9a115853cd9821 (diff) | |
download | FreeBSD-ports-b0bad3039b2baeeeda0379ef475c986f1b2cad44.zip FreeBSD-ports-b0bad3039b2baeeeda0379ef475c986f1b2cad44.tar.gz |
remove WITHOUT_NLS knob since it's not any longer supported by gqview's
configure script
Noted by: philip
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gqview-devel/Makefile | 8 | ||||
-rw-r--r-- | graphics/gqview-devel/pkg-plist | 56 |
2 files changed, 28 insertions, 36 deletions
diff --git a/graphics/gqview-devel/Makefile b/graphics/gqview-devel/Makefile index 8e8f3ee..238af8d 100644 --- a/graphics/gqview-devel/Makefile +++ b/graphics/gqview-devel/Makefile @@ -29,14 +29,6 @@ MAN1= gqview.1 CONFLICTS= gqview-1.4* gqview-2.0* LATEST_LINK= gqview-devel -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.else -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.endif - post-patch: @${REINPLACE_CMD} -e 's|$$prefix/share/doc/gqview-$$VERSION|${DOCSDIR}|g' \ ${WRKSRC}/configure diff --git a/graphics/gqview-devel/pkg-plist b/graphics/gqview-devel/pkg-plist index 666ac7e..1bfe4ea 100644 --- a/graphics/gqview-devel/pkg-plist +++ b/graphics/gqview-devel/pkg-plist @@ -46,34 +46,34 @@ bin/gqview %%DOCSDIR%%/html/11_3_thumbnails.html %%DOCSDIR%%/html/11_4_management.html %%DOCSDIR%%/html/12_credits.html -%%NLS%%share/locale/ar/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/bg/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/cs/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/da/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/de/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/es/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/et/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/fi/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/fr/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/hu/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/id/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/it/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/ja/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/nl/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/no/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/pl/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/ro/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/sk/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/sl/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/sv/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/th/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/tr/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/uk/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/vi/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/gqview.mo +share/locale/ar/LC_MESSAGES/gqview.mo +share/locale/bg/LC_MESSAGES/gqview.mo +share/locale/cs/LC_MESSAGES/gqview.mo +share/locale/da/LC_MESSAGES/gqview.mo +share/locale/de/LC_MESSAGES/gqview.mo +share/locale/es/LC_MESSAGES/gqview.mo +share/locale/et/LC_MESSAGES/gqview.mo +share/locale/fi/LC_MESSAGES/gqview.mo +share/locale/fr/LC_MESSAGES/gqview.mo +share/locale/hu/LC_MESSAGES/gqview.mo +share/locale/id/LC_MESSAGES/gqview.mo +share/locale/it/LC_MESSAGES/gqview.mo +share/locale/ja/LC_MESSAGES/gqview.mo +share/locale/nl/LC_MESSAGES/gqview.mo +share/locale/no/LC_MESSAGES/gqview.mo +share/locale/pl/LC_MESSAGES/gqview.mo +share/locale/pt_BR/LC_MESSAGES/gqview.mo +share/locale/ro/LC_MESSAGES/gqview.mo +share/locale/ru/LC_MESSAGES/gqview.mo +share/locale/sk/LC_MESSAGES/gqview.mo +share/locale/sl/LC_MESSAGES/gqview.mo +share/locale/sv/LC_MESSAGES/gqview.mo +share/locale/th/LC_MESSAGES/gqview.mo +share/locale/tr/LC_MESSAGES/gqview.mo +share/locale/uk/LC_MESSAGES/gqview.mo +share/locale/vi/LC_MESSAGES/gqview.mo +share/locale/zh_CN.GB2312/LC_MESSAGES/gqview.mo +share/locale/zh_TW/LC_MESSAGES/gqview.mo share/gnome/apps/Graphics/gqview.desktop share/gnome/pixmaps/gqview.png @dirrm %%DOCSDIR%%/html |