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/mpdcon | |
parent | Do not removed directories not owned by the port (diff) |
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/Makefile | 9 |
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> |