diff options
Diffstat (limited to 'lang/drscheme/Makefile')
-rw-r--r-- | lang/drscheme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index f6c9d777914..3fdb214399e 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.42 2007/11/11 23:52:49 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2008/11/10 17:21:36 wiz Exp $ # DISTNAME= plt-${DRSCHEME_VERSION}-src-unix PKGNAME= drscheme-${DRSCHEME_VERSION} DIST_SUBDIR= ${PKGNAME_NOREV:C/-[0-9]*//}/${PKGNAME_NOREV:C/.*-([0-9]*)/\1/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang MASTER_SITES= http://download.plt-scheme.org/bundles/${DRSCHEME_VERSION}/plt/ \ http://download.plt-scheme.org/doc/${DRSCHEME_VERSION}/bundles/ \ |