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

(-)Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
MAN1=		gpp.1
15
MAN1=		gpp.1
16
16
17
post-patch:
17
post-patch:
18
		${PERL} -pi -e "s|/usr/local|${PREFIX}|g; \
18
		${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g; \
19
			s|gcc -O2 -Wall|${CC} ${CFLAGS}|g" ${WRKSRC}/Makefile
19
			s|gcc -O2 -Wall|${CC} ${CFLAGS}|g" ${WRKSRC}/Makefile
20
20
21
post-install:
21
post-install:

Return to bug 39386