From 8dc986531c1e2c7d17ad6987b19e3c84f0f63e4c Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 13 Feb 2018 09:24:44 -0500 Subject: Make sure the FreeBSD ports have OPTIONS_SUB=yes in the Makefile This ensures that the plist entries which start with %%I18N%% get ignored if the option is not set --- port-files/FreeBSD/x11/lumina-coreutils/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'port-files/FreeBSD/x11/lumina-coreutils/Makefile') diff --git a/port-files/FreeBSD/x11/lumina-coreutils/Makefile b/port-files/FreeBSD/x11/lumina-coreutils/Makefile index 2200eb45..e13a6d53 100644 --- a/port-files/FreeBSD/x11/lumina-coreutils/Makefile +++ b/port-files/FreeBSD/x11/lumina-coreutils/Makefile @@ -15,6 +15,7 @@ RUN_DEPENDS= xrandr:x11/xrandr CONFLICTS_INSTALL= lumina-1.2.* OPTIONS_DEFINE= I18N +OPTIONS_SUB= yes OPTIONS_DEFAULT= I18N I18N_DESC= Install localization files -- cgit