diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-12 21:33:23 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-12 21:33:23 +0000 |
commit | c0cec89a6f2e3fa80117fc2e581035ed268929a6 (patch) | |
tree | 8052b726aaa6536d8e5511ff20aa13aac2d059e8 /www/lynx | |
parent | 2bdc583b54760c316f85a9b445d4fe1e1ae046c2 (diff) | |
download | ports-c0cec89a6f2e3fa80117fc2e581035ed268929a6.tar.gz ports-c0cec89a6f2e3fa80117fc2e581035ed268929a6.zip |
Remove from PATCHFILES things that are not patch files
(thusly avoiding "I can't seem to find a patch in there" messages).
PR: ports/89729
Submitted by: Scot W. Hetzel <swhetzel@gmail.com>
Approved by: jharris@widomaker.com (maintainer, timeout 14 days)
Notes
Notes:
svn path=/head/; revision=151058
Diffstat (limited to 'www/lynx')
-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 |