The comment looks a bit.... odd.

And I think the license is GPL not BSD?

ok?

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/ucblogo/Makefile,v
retrieving revision 1.19
diff -u -p -u -r1.19 Makefile
--- Makefile    12 Jul 2019 20:47:24 -0000      1.19
+++ Makefile    18 Oct 2020 04:29:08 -0000
@@ -1,15 +1,16 @@
 # $OpenBSD: Makefile,v 1.19 2019/07/12 20:47:24 sthen Exp $
 
-COMMENT=       Berkeley's implementation of the logo programming language#'
+COMMENT=       Berkeley's implementation of the logo programming language
 DISTNAME=      ucblogo-6.0
 DISTFILES=     ${DISTNAME}{ucblogo}${EXTRACT_SUFX}
+REVISION=      0
 
 CATEGORIES=    lang
 
 HOMEPAGE=      https://people.eecs.berkeley.edu/~bh/logo.html
 MASTER_SITES=  https://people.eecs.berkeley.edu/~bh/downloads/
 
-# BSD
+# GPLv2+
 PERMIT_PACKAGE=        Yes
 
 WANTLIB += ICE SM X11 c curses m

Reply via email to