aboutsummaryrefslogtreecommitdiff
path: root/audio/xhippo
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/xhippo
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/xhippo')
-rw-r--r--audio/xhippo/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile
index d0f0502953ba..45a55a926f18 100644
--- a/audio/xhippo/Makefile
+++ b/audio/xhippo/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= audio
MASTER_SITES= GNU
MAINTAINER= ports@FreeBSD.org
-COMMENT= Generic music player for UNIX systems
+COMMENT= Generic music player for Unix-like systems
LICENSE= GPLv3
@@ -32,12 +32,14 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e \
'/^sysconf_DATA/s|=.*|= xhippo.config.default|' \
- ${WRKSRC}/Makefile.in
+ ${WRKSRC}/Makefile.in
post-install:
.if !exists(${PREFIX}/etc/xhippo.config)
(cd ${PREFIX}/etc && ${CP} xhippo.config.default xhippo.config)
.endif
+ @${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
+ @${ECHO_MSG}
.include <bsd.port.mk>