diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-28 20:21:03 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-28 20:21:03 +0000 |
commit | ccb140cf64b907529ef65e4cd75f4224fe75b6cf (patch) | |
tree | 50640de29a1d030a1957030506ccc33f943d2dc1 /audio | |
parent | 436ad16d24acf7db87b16beffe8bbb60313234b3 (diff) | |
download | ports-ccb140cf64b907529ef65e4cd75f4224fe75b6cf.tar.gz ports-ccb140cf64b907529ef65e4cd75f4224fe75b6cf.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mpdas/Makefile | 8 | ||||
-rw-r--r-- | audio/mpdas/files/mpdas.in | 2 |
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" |