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

(-)tuxpaint/Makefile (-1 / +7 lines)
Lines 24-31 Link Here
24
MAN1=		tp-magic-config.1 tuxpaint.1 tuxpaint-import.1
24
MAN1=		tp-magic-config.1 tuxpaint.1 tuxpaint-import.1
25
MANCOMPRESSED=	yes
25
MANCOMPRESSED=	yes
26
26
27
.if defined(NOPORTDOCS)
28
post-patch:
27
post-patch:
28
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
29
			${WRKSRC}/${MAKEFILE} \
30
			${WRKSRC}/src/tuxpaint-import.sh \
31
			${WRKSRC}/src/tp_magic_api.h.in \
32
			${WRKSRC}/src/tuxpaint.conf \
33
			${WRKSRC}/hildon/tuxpaint.conf
34
.if defined(NOPORTDOCS)
29
	@${REINPLACE_CMD} -e 's|install-doc\([^:]\)|\1|' ${WRKSRC}/${MAKEFILE}
35
	@${REINPLACE_CMD} -e 's|install-doc\([^:]\)|\1|' ${WRKSRC}/${MAKEFILE}
30
.endif
36
.endif

Return to bug 139650