summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1997-12-02 00:24:34 +0000
committerjseger <jseger@FreeBSD.org>1997-12-02 00:24:34 +0000
commitb685b908743ff576cc29b3c502f5a59ebae03355 (patch)
tree6094146bbfd9704ecc6d9d482c8ee0a2955e23d2
parente2aff44d11c47d38d5d326899e2ac79efd866cd7 (diff)
downloadFreeBSD-ports-b685b908743ff576cc29b3c502f5a59ebae03355.zip
FreeBSD-ports-b685b908743ff576cc29b3c502f5a59ebae03355.tar.gz
Switch to version 2.7.1.
-rw-r--r--www/lynx/Makefile23
-rw-r--r--www/lynx/distinfo2
-rw-r--r--www/lynx/files/patch-aa21
3 files changed, 34 insertions, 12 deletions
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 <bsd.port.mk>
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
OpenPOWER on IntegriCloud