aboutsummaryrefslogtreecommitdiff
path: root/audio/play
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-03-13 11:54:25 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-03-13 11:54:25 +0000
commite86b55727a088049f223a32d722fdaf57dbe2719 (patch)
tree13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/play
parent4ff98799fdd3ca29df878fa31d0ad3c993279a11 (diff)
downloadports-e86b55727a088049f223a32d722fdaf57dbe2719.tar.gz
ports-e86b55727a088049f223a32d722fdaf57dbe2719.zip
Notes
Diffstat (limited to 'audio/play')
-rw-r--r--audio/play/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/play/Makefile b/audio/play/Makefile
index 37b1502a6bf5..375d14dcc6ea 100644
--- a/audio/play/Makefile
+++ b/audio/play/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: play
-# Date created: 20 May 1998
-# Whom: Masanori Kiriake <seiken@nbs.co.jp>
-#
+# Created by: Masanori Kiriake <seiken@nbs.co.jp>
# $FreeBSD$
-#
PORTNAME= play
PORTVERSION= 1.0
@@ -12,7 +8,7 @@ CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A simple audio file player
+COMMENT= Simple audio file player
CONFLICTS= sox-[0-9]*
@@ -25,7 +21,7 @@ PLIST_FILES= bin/play
post-patch:
.for file in play_audio.c mixer_ctl.c encode_sun.c encode_riff.c speed.c
- @${REINPLACE_CMD} 's,machine/soundcard.h,sys/soundcard.h,' ${WRKSRC}/${file}
+ @${REINPLACE_CMD} '/soundcard\.h/s,machine,sys,' ${WRKSRC}/${file}
.endfor
.include <bsd.port.mk>