1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- 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)
This commit is contained in:
Ruslan Makhmatkhanov 2012-09-28 20:21:03 +00:00
parent 436ad16d24
commit ccb140cf64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305012
2 changed files with 3 additions and 7 deletions

View File

@ -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/

View File

@ -20,6 +20,6 @@ load_rc_config $name
: ${mpdas_enable="NO"}
command_args="&"
command_args="-d"
run_rc_command "$1"