diff options
author | vs <vs@FreeBSD.org> | 2005-04-25 20:56:15 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-25 20:56:15 +0800 |
commit | 0923dc28730630c8792eefb94357dd0f469d111c (patch) | |
tree | b3dd175323c9cdf8a913d2da510f10c76a5749c4 /net/xipmsg/Makefile | |
parent | 74eb050343572c6d7d5b66d3918312e151832959 (diff) | |
download | freebsd-ports-gnome-0923dc28730630c8792eefb94357dd0f469d111c.tar.gz freebsd-ports-gnome-0923dc28730630c8792eefb94357dd0f469d111c.tar.zst freebsd-ports-gnome-0923dc28730630c8792eefb94357dd0f469d111c.zip |
Update to 8088
PR: ports/80316
Submitted by: maintainer
Diffstat (limited to 'net/xipmsg/Makefile')
-rw-r--r-- | net/xipmsg/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/xipmsg/Makefile b/net/xipmsg/Makefile index abf751e17648..3dec872799e1 100644 --- a/net/xipmsg/Makefile +++ b/net/xipmsg/Makefile @@ -6,17 +6,14 @@ # PORTNAME= xipmsg -PORTVERSION= 0.8087 +PORTVERSION= 0.8088 CATEGORIES= net -MASTER_SITES= http://www.bsddiary.net/xipmsg/ \ - http://hp.vector.co.jp/authors/VA004959/xipmsg/ -DISTNAME= xipmsg-8087 +MASTER_SITES= http://www.bsddiary.net/xipmsg/ +DISTNAME= xipmsg-${PORTVERSION:E} MAINTAINER= candy@kgc.co.jp COMMENT= A popup style message communication tool for X11 -BROKEN= Incomplete pkg-plist - USE_IMAKE= yes MAN1= xipmsg.1 MANCOMPRESSED= yes |