diff options
Diffstat (limited to 'lang/mzscheme/Makefile')
-rw-r--r-- | lang/mzscheme/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/mzscheme/Makefile b/lang/mzscheme/Makefile index 29f950522ba..340840584a3 100644 --- a/lang/mzscheme/Makefile +++ b/lang/mzscheme/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/09/11 18:46:31 joda Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:27 jmmv Exp $ DISTNAME= mzscheme.src.unix PKGNAME= mzscheme-200 +WRKSRC= ${WRKDIR}/plt/src/mzscheme CATEGORIES= lang MASTER_SITES= http://download.plt-scheme.org/bundles/200/mzscheme/ DIST_SUBDIR= ${PKGNAME_NOREV} @@ -18,8 +19,6 @@ CONFIGURE_SCRIPT= ../configure ONLY_FOR_PLATFORM= NetBSD-*-i386 -WRKSRC= ${WRKDIR}/plt/src/mzscheme - post-patch: @for patchee in ${WRKDIR}/plt/man/man1/mzscheme.1 \ ${WRKDIR}/plt/collects/slibinit/init.ss ; do \ |