summaryrefslogtreecommitdiff
path: root/sysutils/clockspeed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/clockspeed/Makefile')
-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>