aboutsummaryrefslogtreecommitdiff
path: root/audio/mpdcon
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/mpdcon
parent4ff98799fdd3ca29df878fa31d0ad3c993279a11 (diff)
downloadports-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/mpdcon')
-rw-r--r--audio/mpdcon/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/mpdcon/Makefile b/audio/mpdcon/Makefile
index 2ffe2387ecd3..bf33139e1168 100644
--- a/audio/mpdcon/Makefile
+++ b/audio/mpdcon/Makefile
@@ -8,17 +8,18 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.2%20beta%201
DISTNAME= MPDCon-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= A GNUstep MPD client
+COMMENT= MPD client for GNUstep
LICENSE= GPLv2
-USE_GNUSTEP= yes
+USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
post-patch:
- ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
- ${WRKSRC}/GNUmakefile
+ ${REINPLACE_CMD} -e \
+ 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
+ ${WRKSRC}/GNUmakefile
.include <bsd.port.mk>