diff options
Diffstat (limited to 'www/cadaver/Makefile')
-rw-r--r-- | www/cadaver/Makefile | 9 |
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): |