diff options
author | jtb <jtb@pkgsrc.org> | 2001-07-24 23:56:49 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-07-24 23:56:49 +0000 |
commit | 72e135672ef5aebc38c29a278affe0a7ced6a00f (patch) | |
tree | 6c9fde0abdaacbd9109f4261d59c6cc833e444aa /lang/scheme48/Makefile | |
parent | 819e1de2188049a4b015a4e0befac23c34b08869 (diff) | |
download | pkgsrc-72e135672ef5aebc38c29a278affe0a7ced6a00f.tar.gz |
Update to 0.57. The changes from the previous pkgsrc version are
mostly bug fixes. (See release notes for details).
Diffstat (limited to 'lang/scheme48/Makefile')
-rw-r--r-- | lang/scheme48/Makefile | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index fe5d242235e..399752f895d 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.17 2001/02/17 09:07:28 agc Exp $ +# $NetBSD: Makefile,v 1.18 2001/07/24 23:56:49 jtb Exp $ # FreeBSD Id: Makefile,v 1.10 1997/08/27 19:31:37 jmacd Exp # -DISTNAME= scheme48-0.53 +DISTNAME= scheme48-0.57 CATEGORIES= lang -MASTER_SITES= http://www.neci.nj.nec.com/homepages/kelsey/ +MASTER_SITES= http://s48.org/0.57/ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org -HOMEPAGE= http://www.neci.nj.nec.com/homepages/kelsey/ +HOMEPAGE= http://s48.org COMMENT= The Scheme Underground's implementation of R4RS NOT_FOR_PLATFORM= *-*-alpha # *severe* problems. Bus error, alignment @@ -17,4 +17,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} ALL_TARGET= enough +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scheme48 + cd ${WRKSRC}/doc; ${INSTALL_DATA} *.txt *.ps \ + ${PREFIX}/share/doc/scheme48 + ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/scheme48 + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/scheme48 + ${INSTALL_DATA} ${WRKSRC}/doc/html/* ${PREFIX}/share/doc/html/scheme48 + .include "../../mk/bsd.pkg.mk" |