diff options
Diffstat (limited to 'lang/sbcl/Makefile')
-rw-r--r-- | lang/sbcl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index c70eefe9b0d6..cbf5a965b577 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -4,9 +4,13 @@ # # $FreeBSD$ # +# Note: If you update this port make sure you create the distfinfo for all +# versions: sbcl-1.v.v-x86-64-freebsd and sbcl-1.v.v-x86-freebsd +# PORTNAME= sbcl PORTVERSION= 1.0.16 +PORTREVISION= 1 CATEGORIES= lang lisp MASTER_SITES= SF DISTFILES= ${DISTNAME}-source${EXTRACT_SUFX} |