Lines 56-62
Link Here
|
56 |
@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c |
56 |
@${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g' ${WRKSRC}/foomaticrip.c |
57 |
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ |
57 |
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ |
58 |
${WRKSRC}/foomaticrip.c |
58 |
${WRKSRC}/foomaticrip.c |
59 |
@${REINPLACE_CMD} -e 's|ln -sf $$(BINDIR)|ln -sf ../../bin|g' \ |
59 |
@${REINPLACE_CMD} -e 's|ln -sf $$(BINDIR)|ln -sf ../../../bin|g' \ |
60 |
-e '/filter.conf/ s|if.*||' \ |
60 |
-e '/filter.conf/ s|if.*||' \ |
61 |
${WRKSRC}/Makefile.am |
61 |
${WRKSRC}/Makefile.am |