diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 12:35:09 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 12:35:09 +0000 |
commit | 3baa89dcc940f9d4cc6e68219720b4e96fb52a08 (patch) | |
tree | 3b2da25c07f6e025110e7dcc036f2541a3f985e3 /lang/bigloo | |
parent | 55850b547b3f7faa5079a8e226888eb13c4df728 (diff) | |
download | ports-3baa89dcc940f9d4cc6e68219720b4e96fb52a08.tar.gz ports-3baa89dcc940f9d4cc6e68219720b4e96fb52a08.zip |
Notes
Diffstat (limited to 'lang/bigloo')
-rw-r--r-- | lang/bigloo/Makefile | 1 | ||||
-rw-r--r-- | lang/bigloo/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lang/bigloo/Makefile b/lang/bigloo/Makefile index f3e133e16d9d..f7ac5e02e66b 100644 --- a/lang/bigloo/Makefile +++ b/lang/bigloo/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/ \ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= tacho@daemonz.org +COMMENT= A Scheme interpreter and native code compiler USE_GMAKE= yes ALL_TARGET= diff --git a/lang/bigloo/pkg-comment b/lang/bigloo/pkg-comment deleted file mode 100644 index 468b556f6bfc..000000000000 --- a/lang/bigloo/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Scheme interpreter and native code compiler |