diff options
author | danfe <danfe@FreeBSD.org> | 2016-10-29 00:00:45 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2016-10-29 00:00:45 +0800 |
commit | be794f9b93e3a053a3d24f6b8dd141e8e288a974 (patch) | |
tree | bcf76263a41164f48e2ca80e58ed5cda662bd417 /audio | |
parent | 9af6f3273d0e8205575435919147f1d341d8e65d (diff) | |
download | freebsd-ports-graphics-be794f9b93e3a053a3d24f6b8dd141e8e288a974.tar.gz freebsd-ports-graphics-be794f9b93e3a053a3d24f6b8dd141e8e288a974.tar.zst freebsd-ports-graphics-be794f9b93e3a053a3d24f6b8dd141e8e288a974.zip |
- Remove trailing dot in COMMENT and/or reword it accordingly
- Prefer standard option descriptions, and trim one long line
Diffstat (limited to 'audio')
-rw-r--r-- | audio/virtual_oss/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/virtual_oss/Makefile b/audio/virtual_oss/Makefile index afe09f77122..9f1826d527f 100644 --- a/audio/virtual_oss/Makefile +++ b/audio/virtual_oss/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \ http://home.selasky.org:8192/distfiles/ MAINTAINER= hselasky@FreeBSD.org -COMMENT= Virtual OSS multi device mixer application. +COMMENT= Virtual OSS multi-device mixer application LICENSE= BSD2CLAUSE @@ -28,7 +28,6 @@ LIB_DEPENDS+= libcuse4bsd.so:multimedia/cuse4bsd-kmod BLUETOOTH_DESC= Build with bluetooth support BLUETOOTH_MAKE_ARGS= HAVE_BLUETOOTH="YES" -DEBUG_DESC= Build with debugging support DEBUG_MAKE_ARGS= HAVE_DEBUG="YES" PLIST_FILES= sbin/virtual_oss \ |