aboutsummaryrefslogtreecommitdiff
path: root/www/cadaver/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-11-28 22:35:36 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-11-28 22:35:36 +0000
commita4648dac05fa2c0c802f53099061f8db34e4102f (patch)
tree6f98eff7fbe806376bea97a0f279d8457fb7e80d /www/cadaver/Makefile
parent0a3ac7f24d6b5aab548067752272fdc6864a4d23 (diff)
downloadports-a4648dac05fa2c0c802f53099061f8db34e4102f.tar.gz
ports-a4648dac05fa2c0c802f53099061f8db34e4102f.zip
- Add a mirror site.
- Utilize SIG_FILE. PR: 74490 Submitted by: Jason Harris <jharris@widomaker.com>
Notes
Notes: svn path=/head/; revision=122705
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r--www/cadaver/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/www/cadaver/Makefile b/www/cadaver/Makefile
index 25eb408631ed..370018914903 100644
--- a/www/cadaver/Makefile
+++ b/www/cadaver/Makefile
@@ -8,13 +8,18 @@
PORTNAME= cadaver
PORTVERSION= 0.22.2
CATEGORIES= www
-MASTER_SITES= http://www.webdav.org/cadaver/
+MASTER_SITES= http://www.webdav.org/cadaver/ \
+ http://keyserver.kjsl.com/~jharris/distfiles/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Commandline client for DAV
LIB_DEPENDS= neon:${PORTSDIR}/www/neon
+USE_GPG?= yes
+SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -24,7 +29,7 @@ ALL_TARGET= cadaver
MAN1= cadaver.1
PLIST_FILES= bin/cadaver
-# Neither expat nor libneon are needed at all, but the configure
+# Neither expat nor libneon are needed at all, but the configure
# 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):