diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-03-25 20:55:31 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-03-25 20:55:31 +0800 |
commit | ac15cbb19dbe83d05a94e881a98e23fa36d95fb2 (patch) | |
tree | 6442f26c06e47d9003c502ed5c1a49c6ff27c85f /textproc | |
parent | 6fed0065335b28c35f275a9011583b3903cea638 (diff) | |
download | freebsd-ports-gnome-ac15cbb19dbe83d05a94e881a98e23fa36d95fb2.tar.gz freebsd-ports-gnome-ac15cbb19dbe83d05a94e881a98e23fa36d95fb2.tar.zst freebsd-ports-gnome-ac15cbb19dbe83d05a94e881a98e23fa36d95fb2.zip |
drop maintainership
PR: 36286
Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xslint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xslint/Makefile b/textproc/xslint/Makefile index 544d5aa414dd..8b4ab25b99d9 100644 --- a/textproc/xslint/Makefile +++ b/textproc/xslint/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc perl5 MASTER_SITES= http://nwalsh.com/xsl/xslint/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= kapr@crosswinds.net +MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM |