From a4648dac05fa2c0c802f53099061f8db34e4102f Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sun, 28 Nov 2004 22:35:36 +0000 Subject: - Add a mirror site. - Utilize SIG_FILE. PR: 74490 Submitted by: Jason Harris --- www/cadaver/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'www/cadaver/Makefile') 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): -- cgit v1.2.3