diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-12-23 20:23:22 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-12-23 20:23:22 +0000 |
commit | 199cf949f55bbe7bf12e44778b6dde27cd478db5 (patch) | |
tree | e96df51557bc9bb7ae1bc17920959ddf4a3050bc /sysutils/clockspeed/Makefile | |
parent | 18eafc3de5d783e01266b2cc301cfce41ef7e03a (diff) |
Notes
Diffstat (limited to 'sysutils/clockspeed/Makefile')
-rw-r--r-- | sysutils/clockspeed/Makefile | 5 |
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> |