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

Collapse All | Expand All

(-)Makefile (+2 lines)
Lines 103-109 Link Here
103
.endif
103
.endif
104
104
105
pre-install:
105
pre-install:
106
.if !defined(GUT_SLAVE)
106
	@${MKDIR} ${STAGEDIR}${LOCALBASE}/lib/gutenprint/5.2/modules
107
	@${MKDIR} ${STAGEDIR}${LOCALBASE}/lib/gutenprint/5.2/modules
108
.endif
107
.if defined(GUT_SLAVE) && ${GUT_SLAVE}=="cups"
109
.if defined(GUT_SLAVE) && ${GUT_SLAVE}=="cups"
108
	@${REINPLACE_CMD} -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|' \
110
	@${REINPLACE_CMD} -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|' \
109
		${WRKSRC}/src/cups/cups-genppdupdate
111
		${WRKSRC}/src/cups/cups-genppdupdate

Return to bug 200017