diff options
author | abs <abs> | 2002-03-26 16:09:08 +0000 |
---|---|---|
committer | abs <abs> | 2002-03-26 16:09:08 +0000 |
commit | 8003c7f31e97563531532f68b9eb20366fb6fd15 (patch) | |
tree | c8b72f453a2f4526728efc392dce09729c405781 /www/lynx | |
parent | bec78679f3d1bf8dcd0aa13f7f92602321c6a5c9 (diff) | |
download | pkgsrc-8003c7f31e97563531532f68b9eb20366fb6fd15.tar.gz |
add PATCH_DIST_STRIP=-p1 to please linux's patch. Tested to still work with NetBSD
Diffstat (limited to 'www/lynx')
-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 e5f5115e307..81caedff99d 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2001/12/31 19:56:23 fredb Exp $ +# $NetBSD: Makefile,v 1.49 2002/03/26 16:09:08 abs Exp $ # DISTNAME= lynx2.8.4rel.1 @@ -15,6 +15,7 @@ PATCH_SITES= http://lynx.isc.org/lynx2.8.4/patches/ \ ftp://ftp.nl.uu.net/pub/unix/www/lynx/lynx2.8.4/patches/ \ ftp://ftp.netlab.is.tsukuba.ac.jp/pub/network/WWW/lynx/lynx2.8.4/patches/ PATCHFILES= lynx2.8.4rel.1a.patch lynx2.8.4rel.1b.patch +PATCH_DIST_STRIP= -p1 MAINTAINER= fredb@netbsd.org HOMEPAGE= http://lynx.browser.org/ |