diff options
author | dougb <dougb@FreeBSD.org> | 2012-06-10 08:03:09 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-06-10 08:03:09 +0800 |
commit | 7e6d701f80caae46cc1d69e81d8a50a49181f426 (patch) | |
tree | a583e595fcfb884496c3db70db7c887172649968 /x11-fm | |
parent | 73114a872bfcd9f254b6f634468b539e7b4fd0b8 (diff) | |
download | freebsd-ports-gnome-7e6d701f80caae46cc1d69e81d8a50a49181f426.tar.gz freebsd-ports-gnome-7e6d701f80caae46cc1d69e81d8a50a49181f426.tar.zst freebsd-ports-gnome-7e6d701f80caae46cc1d69e81d8a50a49181f426.zip |
Fix minor typo that prevented 2 options descriptions from appearing
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/thunar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index 17390408420d..d11f7748e875 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -32,8 +32,8 @@ OPTIONS_DEFAULT= STARTUP DBUS NOTIFY PLUG_APR PLUG_SBR PLUG_SBR_PCRE PLUG_UCA PL STARTUP_DESC= Enable startup notification support PLUG_APR_DESC= Thunar Advanced Properties plugin PLUG_APR_EXIF_DESC= Exif support for the APR plugin -PLUG_PLUG_SBR_DESC= Thunar Simple Builtin Renamers plugin -PLUG_PLUG_SBR_PCRE_DESC= Regular expression support for the SBR plugin +PLUG_SBR_DESC= Thunar Simple Builtin Renamers plugin +PLUG_SBR_PCRE_DESC= Regular expression support for the SBR plugin PLUG_TPA_DESC= Thunar Trash Panel Applet plugin PLUG_UCA_DESC= Thunar User Customizable Actions plugin PLUG_WALL_DESC= Thunar Wallpaper plugin |