From 2c80774ea9e44f876b9af2e57eb6518e34b048e6 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa 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] --- vietnamese/kde4-l10n/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vietnamese/kde4-l10n/Makefile') diff --git a/vietnamese/kde4-l10n/Makefile b/vietnamese/kde4-l10n/Makefile index abd8a336c143..41c294af7587 100644 --- a/vietnamese/kde4-l10n/Makefile +++ b/vietnamese/kde4-l10n/Makefile @@ -9,5 +9,4 @@ COMMENT= Vietnamese messages and documentation for KDE SC 4 KDE4_L10N= vi -.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" -.include +.include -- cgit v1.2.3