summaryrefslogtreecommitdiff
path: root/sysutils/clockspeed
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-12-23 20:23:22 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-12-23 20:23:22 +0000
commit199cf949f55bbe7bf12e44778b6dde27cd478db5 (patch)
treee96df51557bc9bb7ae1bc17920959ddf4a3050bc /sysutils/clockspeed
parento Update the leap seconds table according to (diff)
o Update the leap seconds table according to
http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat. There is a leap seconds at the end of 2005. o Obtain the fresh and updated leap seconds table from devel/libtai port. o Bump PORTREVISION PR: 89948 Submitted by: Frank W. Josellis <frank@dynamical-systems.org>, markzero <mark@darklogik.org> Obtained from: http://hpiers.obspm.fr/eoppc/bul/bulc/bulletinc.dat
Notes
Notes: svn path=/head/; revision=151939
Diffstat (limited to 'sysutils/clockspeed')
-rw-r--r--sysutils/clockspeed/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/clockspeed/Makefile b/sysutils/clockspeed/Makefile
index f719ed18464f..9b9e1f823730 100644
--- a/sysutils/clockspeed/Makefile
+++ b/sysutils/clockspeed/Makefile
@@ -7,7 +7,7 @@
PORTNAME= clockspeed
PORTVERSION= 0.62
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://cr.yp.to/clockspeed/ \
ftp://ftp.task.gda.pl/mirror/mirror.qmail.org/koobera/pub/software/
@@ -45,6 +45,9 @@ do-configure:
@${ECHO_CMD} ${CC} -s -L${LOCALBASE}/lib > ${WRKSRC}/conf-ld
@${ECHO_CMD} ${PREFIX} > ${WRKSRC}/conf-home
+post-build:
+ @${CP} ${LOCALBASE}/etc/leapsecs.dat ${WRKSRC}/leapsecs.dat
+
post-install: real-post-install
.include <bsd.port.post.mk>