diff options
author | ache <ache@FreeBSD.org> | 1997-02-04 18:17:28 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-02-04 18:17:28 +0800 |
commit | dfe879bee4f543352c2ec5ed32e854bad97563b5 (patch) | |
tree | 775723fb31aa5fc0b7c6e95918ff805339609314 /www/lynx/Makefile | |
parent | 67cda88a9227aaa621023fb2df800be64ad6594e (diff) | |
download | freebsd-ports-graphics-dfe879bee4f543352c2ec5ed32e854bad97563b5.tar.gz freebsd-ports-graphics-dfe879bee4f543352c2ec5ed32e854bad97563b5.tar.zst freebsd-ports-graphics-dfe879bee4f543352c2ec5ed32e854bad97563b5.zip |
Upgrade to 2.7 pre-release
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 6701aa7d57a..a81adce127b 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: lynx # http://www.crl.com/~subir/lynx.html # http://www.wfbr.edu/dir/lynx/ -# Version required: 2.6fm +# Version required: 2.7 # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.34 1997/01/05 17:02:22 ache Exp $ +# $Id: Makefile,v 1.35 1997/01/06 09:35:40 asami Exp $ # -DISTNAME= lynx2-6fm -PKGNAME= lynx-2.6fm +DISTNAME= lynx2-7 +PKGNAME= lynx-2.7 CATEGORIES= www MASTER_SITES= http://www.slcc.edu/lynx/fote/ \ http://www.wfbr.edu/lynx/ @@ -19,7 +19,7 @@ MAINTAINER= ache@FreeBSD.ORG BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -WRKSRC= ${WRKDIR}/lynx2-6FM +WRKSRC= ${WRKDIR}/lynx2-7 EXTRACT_CMD= unzip EXTRACT_ARGS= -q -o ALL_TARGET= freebsd-ncurses |