From 17f3308690264c8c4329d53120e768a486fea54f Mon Sep 17 00:00:00 2001 From: fredb Date: Sun, 16 May 2004 03:34:23 +0000 Subject: The distribution patch needs "-p1". It only "just works" on NetBSD without, because the first subdirectory matches, apparently, but GNU patch needs it. Problem pointed out and solution tested by Mark E. Perkins on tech-pkg. --- www/lynx/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/lynx') diff --git a/www/lynx/Makefile b/www/lynx/Makefile index a4c8ab07f1c..c28080141e6 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2004/05/07 15:25:14 cjep Exp $ +# $NetBSD: Makefile,v 1.73 2004/05/16 03:34:23 fredb Exp $ # DISTNAME= lynx2.8.5 @@ -10,6 +10,7 @@ MASTER_SITES= http://lynx.isc.org/${DISTNAME}/ \ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/WWW/lynx/${DISTNAME}/ EXTRACT_SUFX= .tar.bz2 +PATCH_DIST_STRIP= -p1 PATCH_SITES= ${MASTER_SITES:=patches/} PATCHFILES= 2.8.5rel.2.patch.gz -- cgit v1.2.3