diff options
author | shaun <shaun@FreeBSD.org> | 2006-07-18 20:56:24 +0000 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-07-18 20:56:24 +0000 |
commit | 5e798f48504aa591b4559d13acc66f9e0b4193d2 (patch) | |
tree | cf653aba4905fdef35d57807511f0314538caa3a /x11-clocks/wmclockmon/Makefile | |
parent | c2a8f67d35f2e72d8adda919fc005a14af9909ff (diff) | |
download | FreeBSD-ports-5e798f48504aa591b4559d13acc66f9e0b4193d2.zip FreeBSD-ports-5e798f48504aa591b4559d13acc66f9e0b4193d2.tar.gz |
Fix Internet time calculation.
PR: ports/86334
Submitted by: Frank Altpeter <frank@altpeter.de>
Patched by: shaun (me), Soeren Straarup <xride@x12.dk> (maintainer)
Approved by: ahze (mentor, implicit)
Diffstat (limited to 'x11-clocks/wmclockmon/Makefile')
-rw-r--r-- | x11-clocks/wmclockmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-clocks/wmclockmon/Makefile b/x11-clocks/wmclockmon/Makefile index 741646d..c61343f 100644 --- a/x11-clocks/wmclockmon/Makefile +++ b/x11-clocks/wmclockmon/Makefile @@ -7,7 +7,7 @@ PORTNAME= wmclockmon PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://tnemeth.free.fr/projets/programmes/ |