aboutsummaryrefslogtreecommitdiffstats
path: root/www/elinks/Makefile
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2003-01-29 05:48:07 +0800
committernork <nork@FreeBSD.org>2003-01-29 05:48:07 +0800
commitb6b5dbeb703df350a5ef67241558897c4522e020 (patch)
tree4aef4f9ec14456aba902af59fce7766d4cea3bfc /www/elinks/Makefile
parenta3611d1c783b14c596a6802e2f6118423dd09dc8 (diff)
downloadfreebsd-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/Makefile5
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>