diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-24 04:35:17 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-24 04:35:17 +0000 |
commit | f00375d0d2f8511f77525107e41a2ec687be8ea7 (patch) | |
tree | 703f8e9c3954fbe4f6ab994de901e983da6706b5 /www/lynx | |
parent | 4e83f9164389697f4f587e431e9c231e270f564d (diff) |
Replace patches by bugfixes dist
Notes
Notes:
svn path=/head/; revision=5725
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 6 | ||||
-rw-r--r-- | www/lynx/distinfo | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index a81adce127b0..9880ad91fa37 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -5,7 +5,7 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.35 1997/01/06 09:35:40 asami Exp $ +# $Id: Makefile,v 1.36 1997/02/04 10:17:14 ache Exp $ # DISTNAME= lynx2-7 @@ -13,7 +13,7 @@ PKGNAME= lynx-2.7 CATEGORIES= www MASTER_SITES= http://www.slcc.edu/lynx/fote/ \ http://www.wfbr.edu/lynx/ -EXTRACT_SUFX= .zip +DISTFILES= lynx2-7.zip 27bugfixes.zip MAINTAINER= ache@FreeBSD.ORG @@ -21,7 +21,7 @@ BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip WRKSRC= ${WRKDIR}/lynx2-7 EXTRACT_CMD= unzip -EXTRACT_ARGS= -q -o +EXTRACT_ARGS= -q -u -o ALL_TARGET= freebsd-ncurses MAN1= lynx.1 diff --git a/www/lynx/distinfo b/www/lynx/distinfo index 855c70fb6dff..bca7ae07eb8f 100644 --- a/www/lynx/distinfo +++ b/www/lynx/distinfo @@ -1 +1,2 @@ MD5 (lynx2-7.zip) = 4bb374d26eb2ccb1559388dffbd99691 +MD5 (27bugfixes.zip) = cfeb488502a74aa51f57453d0c499b17 |