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

(-)audio/exaile-devel/Makefile (-2 / +2 lines)
Lines 68-75 Link Here
68
.endif
68
.endif
69
69
70
post-patch:
70
post-patch:
71
	@${REINPLACE_CMD} -e 's|LIBDIR|LIBINSTALLDIR|g' \
71
	@${REINPLACE_CMD} -e 's|PREFIX =|PREFIX \?=|;s|LIBDIR =|LIBDIR \?=|' \
72
		${WRKSRC}/Makefile
72
		-e 's|LIBDIR|LIBINSTALLDIR|g' ${WRKSRC}/Makefile
73
.if defined(WITHOUT_NLS)
73
.if defined(WITHOUT_NLS)
74
	@${REINPLACE_CMD} -e 's|exaile\.mo|SKIP_NLS_HACK|' ${WRKSRC}/Makefile
74
	@${REINPLACE_CMD} -e 's|exaile\.mo|SKIP_NLS_HACK|' ${WRKSRC}/Makefile
75
.endif
75
.endif

Return to bug 135528