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 122feee6fb4..698ba112982 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.65 2012/10/02 20:11:47 asau Exp $ +# $NetBSD: Makefile,v 1.66 2012/10/03 21:56:20 wiz Exp $ # VERSION= 4.7.0 RTYPE= devel DISTNAME= parrot-${VERSION} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/ |