From b685b908743ff576cc29b3c502f5a59ebae03355 Mon Sep 17 00:00:00 2001 From: jseger Date: Tue, 2 Dec 1997 00:24:34 +0000 Subject: Switch to version 2.7.1. --- www/lynx/Makefile | 23 ++++++++++++----------- www/lynx/distinfo | 2 +- www/lynx/files/patch-aa | 21 +++++++++++++++++++++ 3 files changed, 34 insertions(+), 12 deletions(-) create mode 100644 www/lynx/files/patch-aa (limited to 'www/lynx') diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 5714e42..c1ac4d1 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,23 +1,24 @@ # New ports collection makefile for: lynx -# http://sol.slcc.edu/lynx/current/ -# Version required: 2.7.1ac +# Version required: 2.7.1 # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.71 1997/11/24 19:35:30 ache Exp $ +# $Id: Makefile,v 1.72 1997/11/29 16:27:39 ache Exp $ # -DISTNAME= lynx2.7.1ac-0.97 -PKGNAME= lynx-2.7.1ac-0.97 +DISTNAME= lynx2-7-1 +PKGNAME= lynx-2.7.1 CATEGORIES= www -MASTER_SITES= http://sol.slcc.edu/lynx/current/ +MASTER_SITES= http://sol.slcc.edu/lynx/fote/ +EXTRACT_SUFX= .zip -MAINTAINER= ache@FreeBSD.ORG +MAINTAINER= jseger@FreeBSD.ORG + +BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -WRKSRC= ${WRKDIR}/lynx2-7-1 -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-screen=ncurses --with-zlib --libdir="${PREFIX}/etc" -MAKEFILE= makefile MAN1= lynx.1 +EXTRACT_CMD= unzip +EXTRACT_BEFORE_ARGS= -qq +ALL_TARGET= freebsd-ncurses .include diff --git a/www/lynx/distinfo b/www/lynx/distinfo index a158a3b..4916d83 100644 --- a/www/lynx/distinfo +++ b/www/lynx/distinfo @@ -1 +1 @@ -MD5 (lynx2.7.1ac-0.97.tar.gz) = d73e48bf12fca97599dc62bf22c5cd6a +MD5 (lynx2-7-1.zip) = 56a47b81fb76beddc79ed5fd629a5ec5 diff --git a/www/lynx/files/patch-aa b/www/lynx/files/patch-aa new file mode 100644 index 0000000..5db43bd --- /dev/null +++ b/www/lynx/files/patch-aa @@ -0,0 +1,21 @@ +--- Makefile.orig Thu Apr 3 09:55:28 1997 ++++ Makefile Mon Dec 1 18:22:13 1997 +@@ -14,15 +14,15 @@ + + ##change the next line if you want lynx installed somewhere + ##besides /usr/local/bin +-exec= /usr/local/bin ++exec= ${PREFIX}/bin + + ##change the next line if you want the lynx man file installed somewhere + ##besides /usr/local/man/man1 +-doc= /usr/local/man/man1 ++doc= ${PREFIX}/man/man1 + + ##change the next line if you want the lynx.cfg file installed somewhere + ##besides /usr/local/lib +-cfg= /usr/local/lib ++cfg= ${PREFIX}/etc + + installbin= install -c -s -m 755 + installdoc= install -c -m 444 -- cgit v1.1