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:
parent
436ad16d24
commit
ccb140cf64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305012
@ -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/
|
||||
|
||||
|
@ -20,6 +20,6 @@ load_rc_config $name
|
||||
|
||||
: ${mpdas_enable="NO"}
|
||||
|
||||
command_args="&"
|
||||
command_args="-d"
|
||||
|
||||
run_rc_command "$1"
|
||||
|
Loading…
Reference in New Issue
Block a user