diff options
Diffstat (limited to 'astro/tkseti/Makefile')
-rw-r--r-- | astro/tkseti/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/astro/tkseti/Makefile b/astro/tkseti/Makefile index c8f4cf3b3ab1..e86362f775b1 100644 --- a/astro/tkseti/Makefile +++ b/astro/tkseti/Makefile @@ -6,10 +6,9 @@ # PORTNAME= tkseti -PORTVERSION= 3.06 -PORTREVISION= 2 +PORTVERSION= 3.07 CATEGORIES= astro tk84 -MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkseti/ +MASTER_SITES= http://phileimer.9online.fr/tkseti/ MAINTAINER= ports@FreeBSD.org COMMENT= Tk-based interface to SETI@Home @@ -18,6 +17,7 @@ RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 \ ${LOCALBASE}/sbin/setiathome:${PORTSDIR}/astro/setiathome NO_BUILD= yes +USE_BZIP2= yes MAN1= tkseti.1 @@ -30,4 +30,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tkseti/README .endif +post-install: + @${CAT} pkg-message + .include <bsd.port.mk> |