diff options
author | lawrance <lawrance@FreeBSD.org> | 2005-12-13 05:33:23 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2005-12-13 05:33:23 +0800 |
commit | 9b26bab858af1bd20cc5d19ae561d328b08b4ad9 (patch) | |
tree | b8ba1483426bbabdeb72609aabba7fad6624e4e9 | |
parent | 8590e482248f85697d60b25ad131c73e1619a0bb (diff) | |
download | freebsd-ports-gnome-9b26bab858af1bd20cc5d19ae561d328b08b4ad9.tar.gz freebsd-ports-gnome-9b26bab858af1bd20cc5d19ae561d328b08b4ad9.tar.zst freebsd-ports-gnome-9b26bab858af1bd20cc5d19ae561d328b08b4ad9.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)
-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 |