diff options
author | bapt <bapt@FreeBSD.org> | 2012-11-28 14:53:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-11-28 14:53:03 +0800 |
commit | da1599eef676aea04af6eb386a60e69e939fac0a (patch) | |
tree | 3aa3e8cd9a9cf57d8f0210aca9272e7059562260 /audio | |
parent | 90d33295bc2ace4e697d346b470642551cca6f0f (diff) | |
download | freebsd-ports-gnome-da1599eef676aea04af6eb386a60e69e939fac0a.tar.gz freebsd-ports-gnome-da1599eef676aea04af6eb386a60e69e939fac0a.tar.zst freebsd-ports-gnome-da1599eef676aea04af6eb386a60e69e939fac0a.zip |
Back to the pool as I have no time for it anymore
While here remove useless quotes in some options descriptions
Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/abcde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile index c2776e901838..9212444595ee 100644 --- a/audio/abcde/Makefile +++ b/audio/abcde/Makefile @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE -MAINTAINER= bapt@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Front-end shell script to encode CDs in flac/mp3/ogg/speex format LICENSE= GPLv2 @@ -28,7 +28,7 @@ OPTIONS_DEFINE= CDDA2WAV DAGRAB EJECT FLAC MPP NORMALIZE REPLAYGAIN SPEEX EJECT_DESC?= Enable auto-eject support NORMALIZE_DESC?= Enable normalize support -REPLAYGAIN_DESC?= "Enable (vorbis|mp3)gain support" +REPLAYGAIN_DESC?= Enable (vorbis|mp3)gain support .include <bsd.port.options.mk> |