diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 14:00:30 +0000 |
commit | 1101f09c09367bca303d13431ed15f28d0a22f65 (patch) | |
tree | 511f5a9a033d7b57693fe54af6e8673a6a6a7f4f /audio/playgsf | |
parent | fde362579641ddf717c0f67041e6f3360e2fad61 (diff) |
Remove indefinite article from COMMENT
Notes
Notes:
svn path=/head/; revision=313649
Diffstat (limited to 'audio/playgsf')
-rw-r--r-- | audio/playgsf/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index 06f0c37e6b72..db862db0f4ab 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: playgsf -# Date created: 10 Jul 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= playgsf PORTVERSION= 0.7.1 @@ -13,7 +9,7 @@ MASTER_SITES= http://projects.raphnet.net/playgsf/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A command line player for gsf audio files +COMMENT= Command-line player for gsf audio files LIB_DEPENDS= ao.4:${PORTSDIR}/audio/libao |