diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-01-10 03:54:09 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-01-10 03:54:09 +0000 |
commit | f61aa694678648383c1d9c631cade7f3ac47214e (patch) | |
tree | bc3af8e1384d1891ae78b126b7b49720fae3fa22 /lang | |
parent | 9f4df78b2e039efe8ce5628543223947c193d8c0 (diff) | |
download | ports-f61aa694678648383c1d9c631cade7f3ac47214e.tar.gz ports-f61aa694678648383c1d9c631cade7f3ac47214e.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/parrot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 9261e660804b..00231fa7db6f 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -12,7 +12,7 @@ CATEGORIES= lang #MASTER_SITE_SUBDIR= ../../authors/id/A/AR/ARANDAL MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/ -MAINTAINER= skv@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Parrot - virtual machine for dynamic languages BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ |