diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-29 16:09:35 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-29 16:09:35 +0000 |
commit | cd55082d7e3814be8dc6ae5e92a3292735975ec8 (patch) | |
tree | c360d51a07a86471edfa6f880ad1bab8797c3955 | |
parent | e67b996fc5005281ae595b526e721d6157f70fa0 (diff) | |
download | ports-cd55082d7e3814be8dc6ae5e92a3292735975ec8.tar.gz ports-cd55082d7e3814be8dc6ae5e92a3292735975ec8.zip |
Notes
-rw-r--r-- | audio/xhippo/Makefile | 2 | ||||
-rw-r--r-- | audio/xhippo/distinfo | 2 | ||||
-rw-r--r-- | audio/xhippo/pkg-plist | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index a5884b3d0174..d872d512f1e7 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xhippo -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= audio MASTER_SITES= http://zenchaos.netpedia.net/software/ \ http://www.us-lot.org/~azz/xhippo/ diff --git a/audio/xhippo/distinfo b/audio/xhippo/distinfo index 4f92c5f6594f..09e528ec9ffb 100644 --- a/audio/xhippo/distinfo +++ b/audio/xhippo/distinfo @@ -1 +1 @@ -MD5 (xhippo-2.6.tar.gz) = c8a60c020e62c771504bf888d88304dd +MD5 (xhippo-2.7.tar.gz) = 052ec3967d6aea45ca6e76e71de404cd diff --git a/audio/xhippo/pkg-plist b/audio/xhippo/pkg-plist index d828ad8b6d55..8cc8064dd1c6 100644 --- a/audio/xhippo/pkg-plist +++ b/audio/xhippo/pkg-plist @@ -1,3 +1,4 @@ bin/xhippo +@unexec if cmp -s %D/etc/xhippo.config %D/etc/xhippo.config.default; then rm -f %D/etc/xhippo.config; fi etc/xhippo.config.default -@exec if [ ! -f %D/etc/xhippo.config ] ; then cp -p %D/%F %B/xhippo.config; fi +@exec test -f %B/xhippo.config || cp %B/%f %B/xhippo.config |