summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1997-07-21 12:14:00 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1997-07-21 12:14:00 +0000
commit8d7c177e0e6a2f35f20da97ec275ea28cfad4eaa (patch)
treed2ecd54ebb13088868b06dfb33a26e6c5e4f348a /lang
parentUpgrade 4.02 -> 4.03. (diff)
Fix formatting of manpages
Better wording in pkg/DESCR
Notes
Notes: svn path=/head/; revision=7396
Diffstat (limited to 'lang')
-rw-r--r--lang/cmucl/Makefile3
-rw-r--r--lang/cmucl/pkg-descr4
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile
index 86fdf962629c..042517da6283 100644
--- a/lang/cmucl/Makefile
+++ b/lang/cmucl/Makefile
@@ -3,7 +3,7 @@
# Date created: Jul, 15, 1997
# Whom: cracauer@cons.org "Martin Cracauer"
#
-# $Id: Makefile,v 1.1.1.1 1997/07/15 14:35:19 cracauer Exp $
+# $Id: Makefile,v 1.2 1997/07/15 14:49:03 cracauer Exp $
#
#
@@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp2.cons.org/pub/languages/lisp/cmucl/binaries/
MAINTAINER= cracauer@cons.org
+NO_WRKSUBDIR= yes
NO_CONFIGURE= yes
NO_BUILD= yes
MAN1= lisp.1 cmucl.1
diff --git a/lang/cmucl/pkg-descr b/lang/cmucl/pkg-descr
index 8941feb12915..a3bb0834bf92 100644
--- a/lang/cmucl/pkg-descr
+++ b/lang/cmucl/pkg-descr
@@ -17,8 +17,8 @@ informative warning messages about code constructs that prevent
compilation to efficient code.
Optional packages for graphical user interfaces and other Common Lisp
-applications and libraries are are on
+applications and libraries (I.e. "Hemlock" Editor) are are on
ftp://ftp2.cons.org/pub/languages/lisp/cmucl/binaries/ (FreeBSD-Binaries) and
-ftp://ftp2.cons.org/pub/languages/lisp/cmucl/ports/ *source)
+ftp://ftp2.cons.org/pub/languages/lisp/cmucl/ports/ (source)
Martin Cracauer <cracauer@cons.org>