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

(-)Makefile (-1 / +4 lines)
Lines 19-24 Link Here
19
19
20
NO_CDROM=	"The free version cannot be used in a commercial context"
20
NO_CDROM=	"The free version cannot be used in a commercial context"
21
21
22
post-extract:
23
	${RM} -rf ${WRKSRC}/src/Examples/CVS
24
22
do-install:
25
do-install:
23
	@${MKDIR} ${DATADIR}
26
	@${MKDIR} ${DATADIR}
24
	${CP} ${WRKSRC}/src/*.php ${DATADIR}
27
	${CP} ${WRKSRC}/src/*.php ${DATADIR}
Lines 28-34 Link Here
28
	@${MKDIR} ${DOCSDIR}
31
	@${MKDIR} ${DOCSDIR}
29
	${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
32
	${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
30
	@${MKDIR} ${EXAMPLESDIR}
33
	@${MKDIR} ${EXAMPLESDIR}
31
	-${CP} ${WRKSRC}/src/Examples/* ${EXAMPLESDIR}
34
	${CP} ${WRKSRC}/src/Examples/* ${EXAMPLESDIR}
32
.endif
35
.endif
33
36
34
.include <bsd.port.mk>
37
.include <bsd.port.mk>

Return to bug 69325