View | Details | Raw Unified | Return to bug 85539
Collapse All | Expand All

(-)www/cherokee/Makefile (+5 lines)
Lines 18-23 Link Here
18
18
19
USE_GNOME=	gnomehack gnometarget pkgconfig
19
USE_GNOME=	gnomehack gnometarget pkgconfig
20
USE_GETOPT_LONG=	yes
20
USE_GETOPT_LONG=	yes
21
USE_REINPLACE=	yes
21
USE_GMAKE=	yes
22
USE_GMAKE=	yes
22
USE_LIBTOOL_VER=	15
23
USE_LIBTOOL_VER=	15
23
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
24
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
Lines 45-50 Link Here
45
.else
46
.else
46
PLIST_SUB+=	PAM="@comment "
47
PLIST_SUB+=	PAM="@comment "
47
.endif
48
.endif
49
50
post-patch:
51
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
52
		's|@mkdir_p@|${MKDIR} --|g'
48
53
49
pre-build:
54
pre-build:
50
.for file in advanced.conf cherokee.conf mods-ssl sites-default sites-example
55
.for file in advanced.conf cherokee.conf mods-ssl sites-default sites-example

Return to bug 85539