diff options
author | bapt <bapt@FreeBSD.org> | 2013-11-12 23:24:57 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-11-12 23:24:57 +0800 |
commit | 3385d52e8530541ce0c8000e02fe30a97bced6fe (patch) | |
tree | a7458f2d6bcbcb41c99c325a3a98073e7250ff51 /Mk | |
parent | 06b830bce8286d7aaacc06a81a91ff5edd3848e6 (diff) | |
download | freebsd-ports-gnome-3385d52e8530541ce0c8000e02fe30a97bced6fe.tar.gz freebsd-ports-gnome-3385d52e8530541ce0c8000e02fe30a97bced6fe.tar.zst freebsd-ports-gnome-3385d52e8530541ce0c8000e02fe30a97bced6fe.zip |
No need to parse twice the webplugin arguments
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/Uses/webplugin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/webplugin.mk b/Mk/Uses/webplugin.mk index 6d8ce47c1a26..6a78b8c555d0 100644 --- a/Mk/Uses/webplugin.mk +++ b/Mk/Uses/webplugin.mk @@ -127,7 +127,7 @@ _WEBPLUGIN_TEST= ${_WEBPLUGIN_APPS_ALL_NATIVE} _WEBPLUGIN_PATTERN= * _WEBPLUGIN_TEST= ${_WEBPLUGIN_APPS_ALL_LINUX} .else -_WEBPLUGIN_PATTERN= ${_WEBPLUGIN_ARGS:C/,/ /} +_WEBPLUGIN_PATTERN= ${_WEBPLUGIN_ARGS} .endif .if !defined(WEBPLUGIN_FILES) |