diff options
author | krion <krion@FreeBSD.org> | 2003-08-31 06:54:37 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-31 06:54:37 +0800 |
commit | 991df8ab845731139744befc391de0ca1704fdf8 (patch) | |
tree | 582811c7f9296d7bc50e4edc0eac4e6e89c49534 /net/cap/Makefile | |
parent | b40eb044f87247fd1fba0e669e27b023abc75104 (diff) | |
download | freebsd-ports-gnome-991df8ab845731139744befc391de0ca1704fdf8.tar.gz freebsd-ports-gnome-991df8ab845731139744befc391de0ca1704fdf8.tar.zst freebsd-ports-gnome-991df8ab845731139744befc391de0ca1704fdf8.zip |
- Fix build on -current
o varargs -> stdarg
o remove non-existant host from {MASTER,PATCH}_SITES:
PR: 56214
Submitted by: Michael Edenfield <kutulu@kutulu.org>
Diffstat (limited to 'net/cap/Makefile')
-rw-r--r-- | net/cap/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/cap/Makefile b/net/cap/Makefile index 110b68110ec7..33f0a3467df6 100644 --- a/net/cap/Makefile +++ b/net/cap/Makefile @@ -9,9 +9,7 @@ PORTNAME= cap PORTVERSION= 6.0.198 PORTREVISION= 1 CATEGORIES= net -MASTER_SITES= ftp://ftp-ns.rutgers.edu/pub/cap/ \ - ftp://ftp-ns.rutgers.edu/pub/cap/cap.patches/ \ - ftp://munnari.OZ.AU/mac/ \ +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/ @@ -19,8 +17,7 @@ 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 -PATCH_SITES= ftp://ftp-ns.rutgers.edu/pub/cap/cap.patches/ \ - ftp://munnari.OZ.AU/mac/cap.patches/ +PATCH_SITES= ftp://munnari.OZ.AU/mac/cap.patches/ PATCHFILES= cap60.patch193 cap60.patch194 cap60.patch195 cap60.patch196 \ cap60.patch197 cap60.patch198 |