diff options
author | krion <krion@FreeBSD.org> | 2019-07-11 20:13:19 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2019-07-11 20:13:19 +0800 |
commit | d2d5e458fb1ecef68ad243a68b0a7c4c81810302 (patch) | |
tree | 81bc264f0cbd050ce153c7ae84c9443a16802ca7 /lang | |
parent | d0e8cc953a344e0124b17ae6a40824cd96c5d6b7 (diff) | |
download | freebsd-ports-gnome-d2d5e458fb1ecef68ad243a68b0a7c4c81810302.tar.gz freebsd-ports-gnome-d2d5e458fb1ecef68ad243a68b0a7c4c81810302.tar.zst freebsd-ports-gnome-d2d5e458fb1ecef68ad243a68b0a7c4c81810302.zip |
Remove superfluous comment
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sbcl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/sbcl/Makefile b/lang/sbcl/Makefile index 6991c40635bc..160a2d9f0695 100644 --- a/lang/sbcl/Makefile +++ b/lang/sbcl/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ -# All *-sbcl ports and any other port [1] with SBCL fasl files must get a +# All *-sbcl ports and any other port with SBCL fasl files must get a # PORTREVISION bump when lang/sbcl is updated. The compiled fasl files are # pinned to exact versions of everything used to build them. -# -# [1] x11-wm/stumpwm + PORTNAME= sbcl DISTVERSION= 1.5.4 |