diff options
author | patrick <patrick@FreeBSD.org> | 2000-10-30 21:09:07 +0800 |
---|---|---|
committer | patrick <patrick@FreeBSD.org> | 2000-10-30 21:09:07 +0800 |
commit | ceb8ec04bc39f58b4470e1772c5d11bf6eb3cdbe (patch) | |
tree | 6e4c01b809978ed9c03d5a9c5b0098a77f55ad1d | |
parent | 51eb911abaef92c9082ea5afe9e529efb4be3690 (diff) | |
download | freebsd-ports-gnome-ceb8ec04bc39f58b4470e1772c5d11bf6eb3cdbe.tar.gz freebsd-ports-gnome-ceb8ec04bc39f58b4470e1772c5d11bf6eb3cdbe.tar.zst freebsd-ports-gnome-ceb8ec04bc39f58b4470e1772c5d11bf6eb3cdbe.zip |
Assume maintainership on lang/forth, in line with the new port lang/pfe-devel
-rw-r--r-- | lang/forth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile index a4496a8c9384..2d0472728cae 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -11,7 +11,7 @@ CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= patrick@FreeBSD.org WRKSRC= ${WRKDIR}/${DISTNAME}/src |