diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
commit | e86b55727a088049f223a32d722fdaf57dbe2719 (patch) | |
tree | 13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/play/Makefile | |
parent | 4ff98799fdd3ca29df878fa31d0ad3c993279a11 (diff) | |
download | ports-e86b55727a088049f223a32d722fdaf57dbe2719.tar.gz ports-e86b55727a088049f223a32d722fdaf57dbe2719.zip |
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
Notes
Notes:
svn path=/head/; revision=314074
Diffstat (limited to 'audio/play/Makefile')
-rw-r--r-- | audio/play/Makefile | 10 |
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> |