summaryrefslogtreecommitdiff
path: root/japanese/lynx/Makefile
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-07-13 09:38:57 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-07-13 09:38:57 +0000
commitbbd1815e5c0e7deb7f5f0b0ae07a4a2bde8c9906 (patch)
tree07c6c09c3d7f57e2b1d63b7d686a1cc1fb1a7d37 /japanese/lynx/Makefile
parent<New ports for XEmacs SUMO package> (diff)
Update to 2.8.3.rel1.
Notes
Notes: svn path=/head/; revision=30567
Diffstat (limited to 'japanese/lynx/Makefile')
-rw-r--r--japanese/lynx/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/japanese/lynx/Makefile b/japanese/lynx/Makefile
index 78ab01da22bd..1543ae2cbff4 100644
--- a/japanese/lynx/Makefile
+++ b/japanese/lynx/Makefile
@@ -8,16 +8,14 @@
PORTNAME= lynx
PORTVERSION= ${VERSION}.${MINOR_VERSION:S/.//}
CATEGORIES= japanese www
-MASTER_SITES= http://sol.slcc.edu/lynx/current/
+MASTER_SITES= http://lynx.isc.org/current/
DISTNAME= ${PORTNAME}${VERSION}${MINOR_VERSION}
MAINTAINER= shige@FreeBSD.org
-FORBIDDEN= "Riddled with buffer overflows exploitable by a malicious server to execute code as the local user."
-
WRKSRC= ${WRKDIR}/${PORTNAME}${VERSION:S/./-/g}
-VERSION= 2.8.2
+VERSION= 2.8.3
MINOR_VERSION= rel.1
USE_BZIP2?= YES
@@ -25,7 +23,8 @@ GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-screen=ncurses --with-zlib \
--libdir="${PREFIX}/${L_ETCDIR}" \
--enable-nsl-fork --enable-defaults-colors --enable-prettysrc \
- --enable-persistent-cookies --enable-gzip-help
+ --enable-persistent-cookies --enable-gzip-help \
+ --enable-cjk
MAKEFILE= makefile
MAKE_ARGS= DOCDIR=${PREFIX}/${L_DOCDIR} HELPDIR=${PREFIX}/${L_HELPDIR}
PLIST_SUB= DOCDIR=${L_DOCDIR} HELPDIR=${L_HELPDIR} \