diff options
author | nork <nork@FreeBSD.org> | 2003-01-29 05:48:07 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-01-29 05:48:07 +0800 |
commit | b6b5dbeb703df350a5ef67241558897c4522e020 (patch) | |
tree | 4aef4f9ec14456aba902af59fce7766d4cea3bfc /www/elinks/Makefile | |
parent | a3611d1c783b14c596a6802e2f6118423dd09dc8 (diff) | |
download | freebsd-ports-gnome-b6b5dbeb703df350a5ef67241558897c4522e020.tar.gz freebsd-ports-gnome-b6b5dbeb703df350a5ef67241558897c4522e020.tar.zst freebsd-ports-gnome-b6b5dbeb703df350a5ef67241558897c4522e020.zip |
Update to 0.4.2.
PR: ports/47563
Submitted by: Jason Harris <jharris@widomaker.com> (maintainer)
Diffstat (limited to 'www/elinks/Makefile')
-rw-r--r-- | www/elinks/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 0463a10f1387..907751f8781c 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -6,18 +6,19 @@ # PORTNAME= elinks -PORTVERSION= 0.3.2 +PORTVERSION= 0.4.2 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jharris@widomaker.com GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --program-prefix=e USE_GMAKE= yes USE_BZIP2= yes MAN1= elinks.1 +MAN5= elinkskeys.5 elinks.conf.5 .include <bsd.port.mk> |