mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/lynx: Fix MASTER_SITES
While I'm here switch to DISTVERSION. PR: 284613 Approved by: jharris@widomaker.com (maintainer)
This commit is contained in:
parent
7f35be0bed
commit
8e7b343137
1 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,12 @@
|
|||
PORTNAME= lynx
|
||||
PORTVERSION= 2.8.9.1
|
||||
DISTVERSION= 2.8.9.1
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://invisible-mirror.net/archives/lynx/tarballs/ \
|
||||
MASTER_SITES= https://invisible-mirror.net/archives/lynx/tarballs/ \
|
||||
https://invisible-island.net/archives/lynx/tarballs/ \
|
||||
http://bitrote.org/distfiles/
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION:R}rel.${PORTVERSION:E}
|
||||
DISTNAME= ${PORTNAME}${DISTVERSION:R}rel.${DISTVERSION:E}
|
||||
|
||||
MAINTAINER= jharris@widomaker.com
|
||||
COMMENT= Non-graphical, text-based World-Wide Web client
|
||||
|
@ -20,13 +21,12 @@ CONFLICTS= lynx-2.8.[8-9]d*
|
|||
USES= cpe ncurses shebangfix tar:bzip2
|
||||
SHEBANG_FILES= samples/mailto-form.pl
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ARGS+=--with-zlib --libdir="${PREFIX}/etc" \
|
||||
--enable-nsl-fork --enable-persistent-cookies \
|
||||
--enable-nested-tables --enable-gzip-help \
|
||||
--with-screen=ncursesw
|
||||
CPE_VERSION= ${PORTVERSION:R}
|
||||
CPE_UPDATE= rel.${PORTVERSION:E}
|
||||
CPE_VERSION= ${DISTVERSION:R}
|
||||
CPE_UPDATE= rel.${DISTVERSION:E}
|
||||
|
||||
MAKEFILE= makefile
|
||||
L_HELP= ${PREFIX}/share/lynx_help
|
||||
|
|
Loading…
Add table
Reference in a new issue