diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 1997-07-15 14:49:04 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 1997-07-15 14:49:04 +0000 |
commit | 2d6d9e625d56d9640394f607b0519b8bb2ae1926 (patch) | |
tree | 174c7570db8a8ea685f0845a33fa15de8785f588 /lang | |
parent | dffe8d48bddf8454b93e12cf53b9f6b7a46e3488 (diff) | |
download | ports-2d6d9e625d56d9640394f607b0519b8bb2ae1926.tar.gz ports-2d6d9e625d56d9640394f607b0519b8bb2ae1926.zip |
Fix a little packaging problem due to an empty directory in distfile
Fix some typos in DESCR
Notes
Notes:
svn path=/head/; revision=7342
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cmucl/Makefile | 5 | ||||
-rw-r--r-- | lang/cmucl/pkg-descr | 4 | ||||
-rw-r--r-- | lang/cmucl/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index f8be05ad1aea..86fdf962629c 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.5 1997/07/15 13:35:10 cracauer Exp $ +# $Id: Makefile,v 1.1.1.1 1997/07/15 14:35:19 cracauer Exp $ # # @@ -20,8 +20,9 @@ MAN1= lisp.1 cmucl.1 do-install: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} work/bin/lisp ${PREFIX}/bin - -$(MKDIR) ${PREFIX}/lib/cmucl + -${MKDIR} ${PREFIX}/lib/cmucl (cd work && tar fc - lib) | (cd ${PREFIX}/lib/cmucl && tar fx -) + -${RMDIR} ${PREFIX}/lib/cmucl/lib/subsystems ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} work/README.1st \ ${PREFIX}/lib/cmucl ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} work/man/man1/cmucl.1 \ diff --git a/lang/cmucl/pkg-descr b/lang/cmucl/pkg-descr index f94584b65687..8941feb12915 100644 --- a/lang/cmucl/pkg-descr +++ b/lang/cmucl/pkg-descr @@ -8,7 +8,7 @@ via the normal Common Lisp documentation runtime functions (describe manual that is currently adopted to 18a. See the homepage for pointers, we have GNU info, postscript and initial HTML files. -CMUCL's strength in comparision with other Lisp systems (or dynamic +CMUCL's strength in comparison with other Lisp systems (or dynamic languages in general) is its highly optimizing compiler. If you know how to write efficient Common Lisp code, you are free of unwanted memory allocation, type checks, indirections to objects. And CMUCL @@ -17,7 +17,7 @@ informative warning messages about code constructs that prevent compilation to efficient code. Optional packages for graphical user interfaces and other Common Lisp -applications and librarues are are on +applications and libraries 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) diff --git a/lang/cmucl/pkg-plist b/lang/cmucl/pkg-plist index 7b25c727bd10..fc3358bafe04 100644 --- a/lang/cmucl/pkg-plist +++ b/lang/cmucl/pkg-plist @@ -7,6 +7,5 @@ lib/cmucl/lib/load-foreign.csh lib/cmucl/lib/config.lisp lib/cmucl/lib/config lib/cmucl/README.1st -@dirrm lib/cmucl/lib/subsystems @dirrm lib/cmucl/lib @dirrm lib/cmucl |