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

(-)Makefile (-2 / +14 lines)
Lines 19-28 Link Here
19
SUB_FILES=	pkg-message
19
SUB_FILES=	pkg-message
20
PKGMESSAGE=	${WRKDIR}/pkg-message
20
PKGMESSAGE=	${WRKDIR}/pkg-message
21
NO_BUILD=	yes
21
NO_BUILD=	yes
22
USE_MYSQL=	yes
23
USE_APACHE=	yes
22
USE_APACHE=	yes
24
USE_PHP=	yes
23
USE_PHP=	yes
25
24
25
OPTIONS=	MYSQL "Use MySQL" On\
26
		PGSQL "Use PostgreSQL" Off
27
28
.include <bsd.port.pre.mk>
29
30
.if !defined(WITHOUT_MYSQL) && !defined(WITH_PGSQL)
31
USE_MYSQL=	yes
32
.endif
33
34
.if defined(WITH_PGSQL)
35
WITH_PGSQL=	yes
36
.endif
37
26
post-patch:
38
post-patch:
27
	${FIND} ${WRKSRC} -name CVS -prune -exec ${RM} -r {} \;
39
	${FIND} ${WRKSRC} -name CVS -prune -exec ${RM} -r {} \;
28
40
Lines 49-52 Link Here
49
post-install:
61
post-install:
50
	@${CAT} ${PKGMESSAGE}
62
	@${CAT} ${PKGMESSAGE}
51
63
52
.include <bsd.port.mk>
64
.include <bsd.port.post.mk>

Return to bug 90110