aboutsummaryrefslogtreecommitdiff
path: root/audio/xhippo/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-08-07 05:50:01 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-08-07 05:50:01 +0000
commitda66b56b430b154478db5f6fcd47636c0758ba8a (patch)
treee7d384170e685c4216125447c8c7be403b5b0015 /audio/xhippo/Makefile
parent5c4665e29e5500cd2d4e2cfcc55d31af831e0eca (diff)
downloadports-da66b56b430b154478db5f6fcd47636c0758ba8a.tar.gz
ports-da66b56b430b154478db5f6fcd47636c0758ba8a.zip
Update to version 2.4
PR: 20415 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=31355
Diffstat (limited to 'audio/xhippo/Makefile')
-rw-r--r--audio/xhippo/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile
index cc5682b43576..9a905daf3f73 100644
--- a/audio/xhippo/Makefile
+++ b/audio/xhippo/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= xhippo
-PORTVERSION= 2.1
+PORTVERSION= 2.4
CATEGORIES= audio
-MASTER_SITES= http://zenchaos.netpedia.net/software/
+MASTER_SITES= http://zenchaos.netpedia.net/software/ \
+ http://www.us-lot.org/~azz/xhippo/
MAINTAINER= rod@zort.on.ca
@@ -22,12 +23,10 @@ CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
USE_XLIB= yes
post-install:
- @if [ ! -f ${PREFIX}/etc/xhippo.config ]; then \
- ${INSTALL_SCRIPT} ${WRKSRC}/xhippo.config \
- ${PREFIX}/etc ; \
- fi
- ${INSTALL_SCRIPT} ${WRKSRC}/xhippo.config \
- ${PREFIX}/etc/xhippo.config.default
+ ${INSTALL_DATA} ${WRKSRC}/xhippo.config ${PREFIX}/etc/xhippo.config.default
+.if !exists(${PREFIX}/etc/xhippo.config)
+ ${CP} ${PREFIX}/etc/xhippo.config.default ${PREFIX}/etc/xhippo.config
+.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>