diff options
author | fredb <fredb> | 2004-05-16 03:34:23 +0000 |
---|---|---|
committer | fredb <fredb> | 2004-05-16 03:34:23 +0000 |
commit | 3700a173d674c1750b819494e385a6f01448e265 (patch) | |
tree | ccb481e09b98b4a15504a23f850f455730780783 /www | |
parent | 6059d49a66a3da2ba0b227056f6369a9e824592a (diff) | |
download | pkgsrc-3700a173d674c1750b819494e385a6f01448e265.tar.gz |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |