diff options
author | krion <krion@FreeBSD.org> | 2005-01-29 10:39:08 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-29 10:39:08 +0000 |
commit | 7602f882839fff93e16aec9a52ad17594d67915e (patch) | |
tree | b6134df6e8a93bbcf909a38df6f93c9e18f9405a /www | |
parent | e8ab96aafe5925ab5070e10e605762b5e41d5880 (diff) | |
download | FreeBSD-ports-7602f882839fff93e16aec9a52ad17594d67915e.zip FreeBSD-ports-7602f882839fff93e16aec9a52ad17594d67915e.tar.gz |
Fix MASTER_SITES
Portlint(1)
PR: ports/76793
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/cadaver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile index 31a7c1e..94ec948 100644 --- a/www/cadaver/Makefile +++ b/www/cadaver/Makefile @@ -9,7 +9,7 @@ PORTNAME= cadaver PORTVERSION= 0.22.2 CATEGORIES= www MASTER_SITES= http://www.webdav.org/cadaver/ \ - http://keyserver.kjsl.com/~jharris/distfiles/ + http://www.tcbug.org/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -33,7 +33,7 @@ PLIST_FILES= bin/cadaver # script breaks if it can not find the Makefile* in them. Exclude # them to be sure, a stray .h is not included instead of what's # found under PREFIX (installed by the neon port): -EXTRACT_AFTER_ARGS= | ${TAR} -xf - \ +EXTRACT_AFTER_ARGS= | ${TAR} -xf - \ --exclude '${PORTNAME}-${PORTVERSION}/expat/*.[ch]' \ --exclude '${PORTNAME}-${PORTVERSION}/libneon/*.[ch]' |