diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-07 14:35:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-07 14:35:04 +0000 |
commit | 328cb67cf62333be68bf833b478b8bd4e4744091 (patch) | |
tree | 62efb3b6a93002e28c6c8690d2f9e0870a698f8b /lang/chicken/Makefile | |
parent | 9a88eab332b297e9d86a0ff67ee4a19b8ee67ed0 (diff) |
Notes
Diffstat (limited to 'lang/chicken/Makefile')
-rw-r--r-- | lang/chicken/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index ff8e6c80ed1c..d2584a5dc466 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -6,7 +6,7 @@ # PORTNAME= chicken -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= lang scheme MASTER_SITES= http://www.call-with-current-continuation.org/ \ http://chicken.wiki.br/releases/${PORTVERSION}/ @@ -47,5 +47,6 @@ post-install: @${MKDIR} ${EXAMPLESDIR}/benchmarks ${CP} -R ${WRKSRC}/benchmarks/* ${EXAMPLESDIR}/benchmarks/ .endif + @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |