aboutsummaryrefslogtreecommitdiff
path: root/sysutils/clockspeed
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2008-07-26 21:11:11 +0000
committerDavid Thiel <lx@FreeBSD.org>2008-07-26 21:11:11 +0000
commit60c9ef976971789682cdba313e4ba82be45e4289 (patch)
treea35524ffb733d79db8a0d7e5958fc4e83c99bea0 /sysutils/clockspeed
parent3d1bc92c7edd2bddba4bc26aa73fe64810ff90cc (diff)
downloadports-60c9ef976971789682cdba313e4ba82be45e4289.tar.gz
ports-60c9ef976971789682cdba313e4ba82be45e4289.zip
Update leapsecs.dat to be the most current from
http://cr.yp.to/libtai.html. Do not use the one installed by devel/libtai. Submitted by: clemens fischer
Notes
Notes: svn path=/head/; revision=217632
Diffstat (limited to 'sysutils/clockspeed')
-rw-r--r--sysutils/clockspeed/Makefile6
-rw-r--r--sysutils/clockspeed/files/leapsecs.datbin0 -> 184 bytes
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/clockspeed/Makefile b/sysutils/clockspeed/Makefile
index 432851b4b28f..582d19bc0ddc 100644
--- a/sysutils/clockspeed/Makefile
+++ b/sysutils/clockspeed/Makefile
@@ -7,10 +7,10 @@
PORTNAME= clockspeed
PORTVERSION= 0.62
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= http://cr.yp.to/clockspeed/ \
- ftp://ftp.task.gda.pl/mirror/mirror.qmail.org/koobera/pub/software/
+ http://redundancy.redundancy.org/mirror/
MAINTAINER= lx@FreeBSD.org
COMMENT= Uses a hardware tick counter to compensate for deviant system clock
@@ -50,7 +50,7 @@ do-configure:
@${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home
post-build:
- @${CP} ${LOCALBASE}/etc/leapsecs.dat ${WRKSRC}/leapsecs.dat
+ @${CP} ${FILESDIR}/leapsecs.dat ${WRKSRC}/leapsecs.dat
post-install:
.if !defined(NOPORTDOCS)
diff --git a/sysutils/clockspeed/files/leapsecs.dat b/sysutils/clockspeed/files/leapsecs.dat
new file mode 100644
index 000000000000..aa92a2da3ce6
--- /dev/null
+++ b/sysutils/clockspeed/files/leapsecs.dat
Binary files differ