diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 20:17:02 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-20 20:17:02 +0000 |
commit | c9830c0c235b4dd7ed6564105a3e1c6e76e8fb0c (patch) | |
tree | a4a390db14b4e82fcc562b8d7b7f303becd29982 /www | |
parent | Add MAINTAINER=ports@FreeBSD.org and de-pkg-comment. (diff) |
Allow overriding MAINTAINER and COMMENT.
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 0f7e769727b6..04a14a78848f 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -17,8 +17,8 @@ PATCHFILES= lynx2.8.4rel.1a.patch \ lynx2.8.4rel.1b.patch \ lynx2.8.4rel.1c.patch -MAINTAINER= ports@FreeBSD.org -COMMENT= A non-graphical, text-based World-Wide Web client +MAINTAINER?= ports@FreeBSD.org +COMMENT?= A non-graphical, text-based World-Wide Web client USE_BZIP2= yes WRKSRC= ${WRKDIR}/${PORTNAME}2-8-4 |