diff options
Diffstat (limited to 'lang/parrot/Makefile')
-rw-r--r-- | lang/parrot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 1395634b2c9..3079ca2ab3b 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.18 2009/07/27 08:23:10 he Exp $ +# $NetBSD: Makefile,v 1.19 2009/08/12 02:31:18 obache Exp $ # VERSION= 1.4.0 RTYPE= stable DISTNAME= parrot-${VERSION} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/ |