diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-12-02 00:24:34 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-12-02 00:24:34 +0000 |
commit | daade60777b6b2c843db97a6ecd5ae37de78171d (patch) | |
tree | 264c9195fd0ec8f97d35adc9466333f03d23b7ef /www/lynx | |
parent | e33da5f5f8eebfa96030665d5574fa65b3f39595 (diff) | |
download | ports-daade60777b6b2c843db97a6ecd5ae37de78171d.tar.gz ports-daade60777b6b2c843db97a6ecd5ae37de78171d.zip |
Switch to version 2.7.1.
Notes
Notes:
svn path=/head/; revision=8952
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 23 | ||||
-rw-r--r-- | www/lynx/distinfo | 2 | ||||
-rw-r--r-- | www/lynx/files/patch-aa | 21 |
3 files changed, 34 insertions, 12 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 5714e421f1de..c1ac4d10b350 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 a158a3b16ebf..4916d83c434f 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 000000000000..5db43bdec008 --- /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 |