diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-02 11:59:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-11-02 11:59:02 +0000 |
commit | a32dfa9422ae011d8ada73935e19d13edfcfe2b1 (patch) | |
tree | 1947a16aac9126af99809e2774ec87f41be86c30 /net/cap | |
parent | 3bc6f7442647647cfb218b09995a121497ef31b1 (diff) | |
download | ports-a32dfa9422ae011d8ada73935e19d13edfcfe2b1.tar.gz ports-a32dfa9422ae011d8ada73935e19d13edfcfe2b1.zip |
Notes
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 \ |