diff options
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 66cdc4d349ef..cd3d6c8bd386 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -9,14 +9,16 @@ PORTNAME= lynx PORTVERSION= 2.8.5 PORTREVISION= 2 CATEGORIES= www ipv6 -MASTER_SITES= http://lynx.isc.org/current/ +MASTER_SITES= http://lynx.isc.org/current/ \ + ftp://lynx.isc.org/lynx2.8.5/patches/:patches DISTNAME= ${PORTNAME}2.8.5rel.1 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= ftp://lynx.isc.org/lynx2.8.5/patches/ .for i in 2 3 4 -PATCHFILES+= 2.8.5rel.${i}.patch.gz 2.8.5rel.${i}.patch.gz.asc +PATCHFILES+= 2.8.5rel.${i}.patch.gz +DISTFILES+= 2.8.5rel.${i}.patch.gz.asc:patches .endfor PATCH_DIST_STRIP= -p1 |