diff options
Diffstat (limited to 'lang/parrot/Makefile')
-rw-r--r-- | lang/parrot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 7128a22e9e5..78f10703c69 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.77 2014/04/09 07:26:56 obache Exp $ +# $NetBSD: Makefile,v 1.78 2014/05/29 23:36:43 wiz Exp $ # DISTNAME= parrot-${PARROT_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${PARROT_RTYPE}/${PARROT_VERSION}/ |