diff options
author | ache <ache@FreeBSD.org> | 1996-10-04 04:44:59 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-10-04 04:44:59 +0800 |
commit | cec402f777d2bbd80f01ca691a926b7997230ca2 (patch) | |
tree | 3afaa687a85ca64d102c446d425c29e34414c594 /www/lynx/Makefile | |
parent | aae7214dd9f17dbe1997dff51580468566bd96f1 (diff) | |
download | freebsd-ports-graphics-cec402f777d2bbd80f01ca691a926b7997230ca2.tar.gz freebsd-ports-graphics-cec402f777d2bbd80f01ca691a926b7997230ca2.tar.zst freebsd-ports-graphics-cec402f777d2bbd80f01ca691a926b7997230ca2.zip |
Reorganize official patches
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index ebec9586743..ae59c7568c3 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -5,7 +5,7 @@ # Date created: 15 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.23 1996/09/03 09:38:51 ache Exp $ +# $Id: Makefile,v 1.24 1996/09/22 01:11:31 ache Exp $ # DISTNAME= lynx2-6 @@ -15,9 +15,9 @@ MASTER_SITES= http://www.wfbr.edu/lynx/ \ ftp://ftp.more.net/pub/mirrors/lynx/ EXTRACT_SUFX= .zip PATCH_SITES= http://www.nyu.edu/pages/wsn/subir/lynx/patches/ -PATCHFILES= 2-6-patch1.txt 2-6-patch3.txt 2-6-patch4.txt 2-6-patch5.txt \ - 2-6-patch6.txt -PATCH_DIST_STRIP= -d ${WRKSRC}/.. -p0 -l +PATCHFILES= 2-6-patch1.txt 2-6-patch2.txt 2-6-patch3.txt 2-6-patch4.txt \ + 2-6-patch5.txt +PATCH_DIST_STRIP= -p1 -l MAINTAINER= ache@FreeBSD.ORG |