summaryrefslogtreecommitdiff
path: root/www/lynx/Makefile
diff options
context:
space:
mode:
authortron <tron>1998-03-10 23:03:02 +0000
committertron <tron>1998-03-10 23:03:02 +0000
commitd2ff504720ec608e2f17e42a4e1c674b0753d7cd (patch)
tree98d2b571b2d87d086f6f22dbb137f83d030c2b47 /www/lynx/Makefile
parent4ef781830f265e96dcf2674f761811c891650686 (diff)
downloadpkgsrc-d2ff504720ec608e2f17e42a4e1c674b0753d7cd.tar.gz
Update lynx to 2.8rel.2
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r--www/lynx/Makefile17
1 files changed, 11 insertions, 6 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index b1032578bfc..9da9ddc769e 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: lynx
# http://sol.slcc.edu/lynx/current/
-# Version required: 2.7.1ac
+# Version required: 2.8rel2
# Date created: 15 Dec 1994
# Whom: ache
#
-# $NetBSD: Makefile,v 1.5 1998/01/30 13:58:05 agc Exp $
+# $NetBSD: Makefile,v 1.6 1998/03/10 23:03:02 tron Exp $
# FreeBSD Id: Makefile,v 1.71 1997/11/24 19:35:30 ache Exp
#
-DISTNAME= lynx2.7.1ac-0.102
-PKGNAME= lynx-2.7.1ac-0.102
-WRKSRC= ${WRKDIR}/lynx2-7-1
+DISTNAME= lynx2.8rel.2
+PKGNAME= lynx-2.8rel.2
+WRKSRC= ${WRKDIR}/lynx2-8
CATEGORIES= www
MASTER_SITES= http://sol.slcc.edu/lynx/current/
@@ -18,9 +18,14 @@ MAINTAINER= ache@FreeBSD.ORG
LIB_DEPENDS= ncurses.3.4:${PORTSDIR}/devel/ncurses
-CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc"
+CONFIGURE_ARGS+= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc"
GNU_CONFIGURE= YES
+INSTALL_TARGET= install install-help
MAKEFILE= makefile
+
MAN1= lynx.1
+post-install:
+ chown -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/etc/lynx_help
+
.include <bsd.port.mk>