diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-07-11 22:22:23 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-07-11 22:22:23 +0800 |
commit | 8856ec9a3455f2dc4fdd48d6c04dfba49948b2ee (patch) | |
tree | c0206116c39789c4dc0d93f402aa26f033ca06e1 /www/elinks/Makefile | |
parent | 069791308d6b9b5cb3d55748a9144e104d00a83c (diff) | |
download | freebsd-ports-gnome-8856ec9a3455f2dc4fdd48d6c04dfba49948b2ee.tar.gz freebsd-ports-gnome-8856ec9a3455f2dc4fdd48d6c04dfba49948b2ee.tar.zst freebsd-ports-gnome-8856ec9a3455f2dc4fdd48d6c04dfba49948b2ee.zip |
Update to 0.92
PR: 19786
Submitted by: Maxim Tulyuk <mt@lucky.net>
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r-- | www/elinks/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 747c55d541d6..bc2c2297d0e3 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -6,13 +6,16 @@ # PORTNAME= links -PORTVERSION= 0.84 +PORTVERSION= 0.92 CATEGORIES= www MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/ \ - http://www.add.com.pl/links/download/ + http://www.add.com.pl/links/download/ \ + http://ice.dammit.lt/links/download/ MAINTAINER= dima@Chg.RU GNU_CONFIGURE= yes +MAN1= links.1 + .include <bsd.port.mk> |