aboutsummaryrefslogtreecommitdiff
path: root/www/cadaver/Makefile
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-29 10:39:08 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-29 10:39:08 +0000
commit78fd9726648eb4fb5af2eac27e03e4af293168e7 (patch)
tree019f501a4a7bd6d5ee84d2c7a1d4b22a8eb0e518 /www/cadaver/Makefile
parentc2d8dcef9a86ea2b1f320e3c7f5e8d0b85d5d2ad (diff)
downloadports-78fd9726648eb4fb5af2eac27e03e4af293168e7.tar.gz
ports-78fd9726648eb4fb5af2eac27e03e4af293168e7.zip
Fix MASTER_SITES
Portlint(1) PR: ports/76793 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=127592
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r--www/cadaver/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index 31a7c1ebc7da..94ec94886d9f 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]'