From 172d17717dff405bc47298ed9348544313605370 Mon Sep 17 00:00:00 2001 From: rakuco Date: Tue, 9 Jul 2013 21:49:00 +0000 Subject: KDE4 l10n fixes. - Remove an entry from all plists that slipped under radar and made packaging fail. - Properly save the OPTIONS defined by the user in the l10n ports. [1] Quoting bapt, master of all things ports: That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does ... .include ... .include ... .include First the right order in that case should be: ... .include ... .include ... .include Second in that case (kde) the pre.mk/post.mk can be removed just keeping the options.mk and given that we now have the helpers options.mk can also be removed. The check for variables in OPTIONS_DEFINE is also useless (already done by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some empty values is also useless. No PORTREVISION bump because the generated packages do not change regardless of the changes/fixes in behavior here. Reported by: avg [1] Submitted by: bapt [1] --- misc/kde4-l10n-eo/Makefile | 3 +-- misc/kde4-l10n-eo/pkg-plist | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'misc/kde4-l10n-eo') diff --git a/misc/kde4-l10n-eo/Makefile b/misc/kde4-l10n-eo/Makefile index 97c898932251..97ecd9a0623d 100644 --- a/misc/kde4-l10n-eo/Makefile +++ b/misc/kde4-l10n-eo/Makefile @@ -12,5 +12,4 @@ KDE4_L10N= eo IGNORE= is not included in KDE SC ${KDE4_VERSION} -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include +.include diff --git a/misc/kde4-l10n-eo/pkg-plist b/misc/kde4-l10n-eo/pkg-plist index cf2e40784966..17bbd1fd95ad 100644 --- a/misc/kde4-l10n-eo/pkg-plist +++ b/misc/kde4-l10n-eo/pkg-plist @@ -175,7 +175,6 @@ share/locale/eo/LC_MESSAGES/kfile_kig.mo share/locale/eo/LC_MESSAGES/kfile_pnm.mo share/locale/eo/LC_MESSAGES/kfile_raw.mo share/locale/eo/LC_MESSAGES/kfile_rgb.mo -share/locale/eo/LC_MESSAGES/kfile_rpm.mo share/locale/eo/LC_MESSAGES/kfile_tiff.mo share/locale/eo/LC_MESSAGES/kfile_xps.mo share/locale/eo/LC_MESSAGES/kfileaudiopreview4.mo -- cgit