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/xhippo | |
parent | 4ff98799fdd3ca29df878fa31d0ad3c993279a11 (diff) | |
download | ports-e86b55727a088049f223a32d722fdaf57dbe2719.tar.gz ports-e86b55727a088049f223a32d722fdaf57dbe2719.zip |
Notes
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> |