diff options
author | danfe <danfe@FreeBSD.org> | 2014-12-16 16:56:09 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-12-16 16:56:09 +0800 |
commit | cf235160982614d11df4958da1e5069cc81fd81c (patch) | |
tree | d8af84f4cb0839b1149301ac56c2f958da3b01c9 /sysutils/k3b-kde4 | |
parent | 264f1aff01e5575005479a4b44300c1b671ee838 (diff) | |
download | freebsd-ports-gnome-cf235160982614d11df4958da1e5069cc81fd81c.tar.gz freebsd-ports-gnome-cf235160982614d11df4958da1e5069cc81fd81c.tar.zst freebsd-ports-gnome-cf235160982614d11df4958da1e5069cc81fd81c.zip |
- Improve wording and formatting (most notably, missing space before opening
parenthesis) in some buggy option descriptions
- Standardize Makefile header when appropriate, drop one OPTIONS_DEFAULT=IPV6
Diffstat (limited to 'sysutils/k3b-kde4')
-rw-r--r-- | sysutils/k3b-kde4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/k3b-kde4/Makefile b/sysutils/k3b-kde4/Makefile index 24f8954350fe..d4e5b9a3ec61 100644 --- a/sysutils/k3b-kde4/Makefile +++ b/sysutils/k3b-kde4/Makefile @@ -1,4 +1,4 @@ -# Created by: Heiner <h.eichmann@gmx.de> +# Created by: Heiner Eichmann <h.eichmann@gmx.de> # $FreeBSD$ PORTNAME= k3b @@ -34,7 +34,7 @@ OPTIONS_SUB= yes # FFMPEG FLAC MAD MUSEPACK SNDFILE VORBIS_ENC VORBIS_DEC LIBDVD CDRDAO_DESC= Burning: cdrdao CDRDAO_RUN_DEPENDS= cdrdao:${PORTSDIR}/sysutils/cdrdao -DVDPLUSRW_DESC= Burning: DVD+RW Tools (DVD+/-R(W)) +DVDPLUSRW_DESC= Burning: DVD+RW tools (DVD+/-R(W)) DVDPLUSRW_RUN_DEPENDS= dvd+rw-format:${PORTSDIR}/sysutils/dvd+rw-tools EMOVIX_DESC= Burning: eMovix (bootable video CDs) |