diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-06-22 23:18:22 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-06-22 23:18:22 +0000 |
commit | bde05402676aecae02115d744d2f5fb3ff352005 (patch) | |
tree | 3682cf158518c9571b0786e2bac5cb0bf1926290 /lang/chicken/Makefile | |
parent | 80bc42faa4f6b861cfe0a3c48eda89bcf7d2d14e (diff) |
Notes
Diffstat (limited to 'lang/chicken/Makefile')
-rw-r--r-- | lang/chicken/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 78c6d9a0bc56..4e1a99cadd10 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -2,10 +2,11 @@ # $FreeBSD$ PORTNAME= chicken -PORTVERSION= 4.10.0r1 +PORTVERSION= 4.10.0.r1 +PORTEPOCH= 1 CATEGORIES= lang scheme MASTER_SITES= http://code.call-cc.org/dev-snapshots/2015/06/07/ -DISTNAME= ${PORTNAME}-${PORTVERSION:r1=rc1} +DISTNAME= ${PORTNAME}-${PORTVERSION:.r1=rc1} MAINTAINER= vmagerya@gmail.com COMMENT= Scheme-to-C compiler |