diff options
author | knu <knu@FreeBSD.org> | 2003-02-21 04:17:02 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-21 04:17:02 +0800 |
commit | c92552536c9e186fb491594706caba3fa45a7c32 (patch) | |
tree | 9902ca8e22d59dd466cc3166f00c3149910f915a /www/lynx | |
parent | a66a36bfa496d3883ceda74fb4dcdd7a79320db6 (diff) | |
download | freebsd-ports-gnome-c92552536c9e186fb491594706caba3fa45a7c32.tar.gz freebsd-ports-gnome-c92552536c9e186fb491594706caba3fa45a7c32.tar.zst freebsd-ports-gnome-c92552536c9e186fb491594706caba3fa45a7c32.zip |
Allow overriding MAINTAINER and COMMENT.
Diffstat (limited to 'www/lynx')
-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 |