diff options
author | danfe <danfe@FreeBSD.org> | 2013-03-13 19:54:25 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-03-13 19:54:25 +0800 |
commit | e68fb0f022849f5a9296efe7e0a15a0655277a55 (patch) | |
tree | 13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/xhippo | |
parent | fb9569a05844c6f9d4285d678446d5b14da11301 (diff) | |
download | freebsd-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/xhippo')
-rw-r--r-- | audio/xhippo/Makefile | 6 |
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> |