mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
Add PORTEPOCH to fix a false warning of security vulnerability check.
Fix pkg_plist and portlint.
This commit is contained in:
parent
9b7206dfb1
commit
5fa24b2dd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191046
@ -8,10 +8,11 @@
|
||||
PORTNAME= lynx
|
||||
PORTVERSION= 2.8.6
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www ipv6
|
||||
MASTER_SITES= http://lynx.isc.org/current/ \
|
||||
ftp://lynx.isc.org/lynx${PORTVERSION}/patches/:patches
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}rel.${PORTREVISION}
|
||||
DISTNAME= ${PORTNAME}${PORTVERSION}rel.4
|
||||
|
||||
MAINTAINER?= jharris@widomaker.com
|
||||
COMMENT?= A non-graphical, text-based World-Wide Web client
|
||||
|
@ -1,6 +1,7 @@
|
||||
bin/lynx
|
||||
@unexec if [ -f %D/etc/lynx.cfg ] && cmp -s %D/etc/lynx.cfg %D/etc/lynx.cfg.default; then rm -f %D/etc/lynx.cfg; fi
|
||||
etc/lynx.cfg.default
|
||||
etc/lynx.lss
|
||||
@exec if [ ! -f %D/etc/lynx.cfg ] ; then cp -p %D/%F %B/lynx.cfg; fi
|
||||
@exec mkdir -p %D/share/lynx_help
|
||||
%%DOCSDIR%%/CHANGES
|
||||
|
Loading…
Reference in New Issue
Block a user