diff options
author | cracauer <cracauer@FreeBSD.org> | 1997-07-15 22:49:04 +0800 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1997-07-15 22:49:04 +0800 |
commit | d0dce44d4a90e58bd48f65068370a22e3717ab01 (patch) | |
tree | 08e65dea4be6a99304bddf2398628c705a4abc5d /lang/cmucl/Makefile | |
parent | 6115a12e11e3771b46ecd8ce7b4dad0c89c86655 (diff) | |
download | freebsd-ports-gnome-d0dce44d4a90e58bd48f65068370a22e3717ab01.tar.gz freebsd-ports-gnome-d0dce44d4a90e58bd48f65068370a22e3717ab01.tar.zst freebsd-ports-gnome-d0dce44d4a90e58bd48f65068370a22e3717ab01.zip |
Fix a little packaging problem due to an empty directory in distfile
Fix some typos in DESCR
Diffstat (limited to 'lang/cmucl/Makefile')
-rw-r--r-- | lang/cmucl/Makefile | 5 |
1 files changed, 3 insertions, 2 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 \ |