diff options
author | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1997-08-27 19:31:45 +0000 |
---|---|---|
committer | Joshua Peck Macdonald <jmacd@FreeBSD.org> | 1997-08-27 19:31:45 +0000 |
commit | 4e4efc84244fe159593d16e49635778f773bef93 (patch) | |
tree | 3fc47d2efc6b9ba8edf863b52411ca99a7e29adc | |
parent | Update to latest version, closing ports/4148. (Only thing is, I've (diff) |
And now I'll actually make it work.
Notes
Notes:
svn path=/head/; revision=7706
-rw-r--r-- | lang/scheme48/Makefile | 5 | ||||
-rw-r--r-- | lang/scheme48/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index d35c0042bb7e..a49062ba9a22 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -3,19 +3,20 @@ # Date created: 25 Aug 1997 # Whom: jmacd # -# $Id: Makefile,v 1.8 1996/11/18 14:03:05 asami Exp $ +# $Id: Makefile,v 1.9 1997/08/27 19:15:54 jmacd Exp $ # DISTNAME= scheme48-0.46 CATEGORIES= lang MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/s48/ +EXTRACT_SUFX= .tgz MAINTAINER= jmacd@FreeBSD.ORG GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} ALL_TARGET = enough -NO_WRKSUBDIR= yes +#NO_WRKSUBDIR= yes STRIP= MAN1= scheme48.1 diff --git a/lang/scheme48/distinfo b/lang/scheme48/distinfo index 36ea608a3257..7c77234a1efd 100644 --- a/lang/scheme48/distinfo +++ b/lang/scheme48/distinfo @@ -1 +1 @@ -MD5 (scheme48-0.36.tar.gz) = 23aeb6b6e99102f20096b1a661371c03 +MD5 (scheme48-0.46.tgz) = 7b5c2b02df41640be8a119302c617063 |