diff options
author | edwin <edwin@FreeBSD.org> | 2003-11-02 19:59:02 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-11-02 19:59:02 +0800 |
commit | 346e823eb0241e392464576b87efb03d6f43069b (patch) | |
tree | 456bed36c642eca66accc5e9bd8c4e079ccf2dbd /net/cap | |
parent | d0ae91b47e80c0814e910fe43f4ffc6730059340 (diff) | |
download | freebsd-ports-gnome-346e823eb0241e392464576b87efb03d6f43069b.tar.gz freebsd-ports-gnome-346e823eb0241e392464576b87efb03d6f43069b.tar.zst freebsd-ports-gnome-346e823eb0241e392464576b87efb03d6f43069b.zip |
Add :source and :patches to the MASTER_SITES and DISTFILES to prevent
huge amount of errors during fetching.
Noticed by: feller.
Diffstat (limited to 'net/cap')
-rw-r--r-- | net/cap/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/net/cap/Makefile b/net/cap/Makefile index 0d669a1ce3f7..c0ca83cc0f04 100644 --- a/net/cap/Makefile +++ b/net/cap/Makefile @@ -9,13 +9,14 @@ PORTNAME= cap PORTVERSION= 6.0.198 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= ftp://munnari.OZ.AU/mac/ \ - ftp://munnari.OZ.AU/mac/cap.patches/ \ - ftp://ftp.kuis.kyoto-u.ac.jp/net/cap/ \ - ftp://ftp.kuis.kyoto-u.ac.jp/net/cap/cap60.patches/ -DISTFILES= cap60.pl100.tar.Z patches.101-126.tar.Z patches.127-143.tar.Z \ - patches.144-154.tar.Z patches.155-162.tar.Z \ - patches.163-182.tar.Z patches.183-192.tar.Z +MASTER_SITES= ftp://munnari.OZ.AU/mac/:source \ + ftp://munnari.OZ.AU/mac/cap.patches/:patches \ + ftp://ftp.kuis.kyoto-u.ac.jp/net/cap/:source \ + ftp://ftp.kuis.kyoto-u.ac.jp/net/cap/cap60.patches/:patches +DISTFILES= cap60.pl100.tar.Z:source \ + patches.101-126.tar.Z:patches patches.127-143.tar.Z:patches \ + patches.144-154.tar.Z:patches patches.155-162.tar.Z:patches \ + patches.163-182.tar.Z:patches patches.183-192.tar.Z:patches PATCH_SITES= ftp://munnari.OZ.AU/mac/cap.patches/ PATCHFILES= cap60.patch193 cap60.patch194 cap60.patch195 cap60.patch196 \ |