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

Collapse All | Expand All

(-)b/cad/gspiceui/Makefile (-2 / +1 lines)
Lines 34-40 CFLAGS:= ${CFLAGS:C/-O[2-9]/-O1/g} Link Here
34
.endif
34
.endif
35
35
36
post-patch:
36
post-patch:
37
	@${REINPLACE_CMD} -e 's|share/gspiceui|${DOCSDIR}|g' \
37
	@${REINPLACE_CMD} -e 's|share/gspiceui|share/doc/${PORTNAME}|g' \
38
	    ${WRKSRC}/src/main/HelpTasks.cpp
38
	    ${WRKSRC}/src/main/HelpTasks.cpp
39
39
40
do-install:
40
do-install:
41
- 

Return to bug 295290