View | Details | Raw Unified | Return to bug 199339 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-6 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	pound
4
PORTNAME=	pound
5
PORTVERSION=	2.7
5
PORTVERSION=	2.7
6
PORTREVISION=
6
PORTREVISION=	1
7
CATEGORIES=	www net
7
CATEGORIES=	www net
8
MASTER_SITES=	http://www.apsis.ch/pound/ \
8
MASTER_SITES=	http://www.apsis.ch/pound/ \
9
		ftp://ftp.nuug.no/pub/anders/distfiles/
9
		ftp://ftp.nuug.no/pub/anders/distfiles/
Lines 22-33 Link Here
22
22
23
SUB_LIST=	NAME=${PORTNAME}
23
SUB_LIST=	NAME=${PORTNAME}
24
24
25
OPTIONS_DEFINE=	DOCS MSDAV PCRE
25
OPTIONS_DEFINE=		DOCS PCRE
26
OPTIONS_DEFAULT=PCRE
26
OPTIONS_DEFAULT=	PCRE
27
MSDAV_DESC=	Microsoft WebDAV extension support
28
27
29
PCRE_CONFIGUE_ENABLE=	pcreposix
28
PCRE_CONFIGURE_ENABLE=	pcreposix
30
MSDAV_CONFIGURE_ENABLE=	msdav
31
CONFIGURE_ARGS=		--disable-tcmalloc --disable-hoard
29
CONFIGURE_ARGS=		--disable-tcmalloc --disable-hoard
32
30
33
PLIST_FILES=	sbin/pound \
31
PLIST_FILES=	sbin/pound \

Return to bug 199339