aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpdcon
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2013-03-13 19:54:25 +0800
committerdanfe <danfe@FreeBSD.org>2013-03-13 19:54:25 +0800
commite68fb0f022849f5a9296efe7e0a15a0655277a55 (patch)
tree13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/mpdcon
parentfb9569a05844c6f9d4285d678446d5b14da11301 (diff)
downloadfreebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.tar.gz
freebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.tar.zst
freebsd-ports-gnome-e68fb0f022849f5a9296efe7e0a15a0655277a55.zip
For unmaintained ports in `audio' category, drop leading article from COMMENT
and perform other minor cleanups along the way, whenever noticed.
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>