diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-13 09:38:57 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2000-07-13 09:38:57 +0000 |
commit | bbd1815e5c0e7deb7f5f0b0ae07a4a2bde8c9906 (patch) | |
tree | 07c6c09c3d7f57e2b1d63b7d686a1cc1fb1a7d37 /japanese/lynx/Makefile | |
parent | a05567e5bd73418f44ecbcbccab3988099cff042 (diff) | |
download | ports-bbd1815e5c0e7deb7f5f0b0ae07a4a2bde8c9906.tar.gz ports-bbd1815e5c0e7deb7f5f0b0ae07a4a2bde8c9906.zip |
Notes
Diffstat (limited to 'japanese/lynx/Makefile')
-rw-r--r-- | japanese/lynx/Makefile | 9 |
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} \ |