summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2012-09-28 20:21:03 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2012-09-28 20:21:03 +0000
commitccb140cf64b907529ef65e4cd75f4224fe75b6cf (patch)
tree50640de29a1d030a1957030506ccc33f943d2dc1 /audio
parent- update to 3.3.0 (diff)
- suppress error output on terminal
- trim Makefile header while here - bump PORTREVISION PR: 170986 Submitted by: Maxim Ignatenko <gelraen.ua at gmail dot com> Approved by: Henrik Friedrichsen <hrkfdn at gmail dot com> (maintainer)
Notes
Notes: svn path=/head/; revision=305012
Diffstat (limited to 'audio')
-rw-r--r--audio/mpdas/Makefile8
-rw-r--r--audio/mpdas/files/mpdas.in2
2 files changed, 3 insertions, 7 deletions
diff --git a/audio/mpdas/Makefile b/audio/mpdas/Makefile
index 84d0d1c8e2c4..966b1bf0f829 100644
--- a/audio/mpdas/Makefile
+++ b/audio/mpdas/Makefile
@@ -1,13 +1,9 @@
-# Ports collection makefile for: mpdas
-# Date created: Nov 11, 2008
-# Whom: hrkfrd@googlemail.com
-#
+# Created by: hrkfrd@googlemail.com
# $FreeBSD$
-#
PORTNAME= mpdas
PORTVERSION= 0.3.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://50hz.ws/mpdas/
diff --git a/audio/mpdas/files/mpdas.in b/audio/mpdas/files/mpdas.in
index 3556061a64ec..29e38ff51851 100644
--- a/audio/mpdas/files/mpdas.in
+++ b/audio/mpdas/files/mpdas.in
@@ -20,6 +20,6 @@ load_rc_config $name
: ${mpdas_enable="NO"}
-command_args="&"
+command_args="-d"
run_rc_command "$1"