diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 1998-11-02 11:10:11 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 1998-11-02 11:10:11 +0000 |
commit | f999fd3c3cfb987ca0d78af8f3a9e5d5c67f91d5 (patch) | |
tree | 5d17155f91b146d372d8cd9846f621c1fd0f77ff /lang/cmucl/Makefile | |
parent | 3b7b9fbc2650417d2942aa17578b1fb060bee99d (diff) |
Notes
Diffstat (limited to 'lang/cmucl/Makefile')
-rw-r--r-- | lang/cmucl/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile index 45c154949fd3..a7a010f567a5 100644 --- a/lang/cmucl/Makefile +++ b/lang/cmucl/Makefile @@ -3,16 +3,17 @@ # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.5 1997/10/06 08:33:05 cracauer Exp $ +# $Id: Makefile,v 1.6 1998/06/27 05:19:06 asami Exp $ # # -DISTNAME= 18a-FreeBSD_22 -PKGNAME= cmucl-18a +DISTNAME= cmucl-18b.x86.freebsd22 +PKGNAME= cmucl-18b CATEGORIES= lang MASTER_SITES= http://www2.cons.org:8000/freebsd-distfiles/ \ - ftp://ftp2.cons.org/pub/languages/lisp/cmucl/binaries/ \ - http://www2.cons.org:8000/ftp-area/cmucl/binaries/ + ftp://ftp2.cons.org/pub/languages/lisp/cmucl/release/ \ + http://www2.cons.org:8000/ftp-area/cmucl/release/ +EXTRACT_SUFX= .tgz MAINTAINER= cracauer@cons.org @@ -24,12 +25,9 @@ do-install: ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/bin/lisp ${PREFIX}/bin -${MKDIR} ${PREFIX}/lib/cmucl (cd ${WRKDIR} && tar fc - lib) | (cd ${PREFIX}/lib/cmucl && tar fx -) - -${RMDIR} ${PREFIX}/lib/cmucl/lib/subsystems - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/README \ - ${PREFIX}/lib/cmucl - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/cmucl.1 \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/cmucl.1 \ ${PREFIX}/man/man1 - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/man1/lisp.1 \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} ${WRKDIR}/man/lisp.1 \ ${PREFIX}/man/man1 .include <bsd.port.mk> |