diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2007-04-28 03:49:23 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2007-04-28 03:49:23 +0000 |
commit | 5fa24b2dd99f88ed6da9b8d312eb1c26123113af (patch) | |
tree | 93fcb9efe781a3c6fdd2f033cad7c9cdbd553e90 /www/lynx | |
parent | 9b7206dfb1d54215f78c7f7bdafb62de7e0eaf70 (diff) | |
download | ports-5fa24b2dd99f88ed6da9b8d312eb1c26123113af.tar.gz ports-5fa24b2dd99f88ed6da9b8d312eb1c26123113af.zip |
Notes
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 3 | ||||
-rw-r--r-- | www/lynx/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index d315c2212054..2fcab10fcb66 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -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 diff --git a/www/lynx/pkg-plist b/www/lynx/pkg-plist index 8688fc978519..cc29b4b93fed 100644 --- a/www/lynx/pkg-plist +++ b/www/lynx/pkg-plist @@ -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 |