| Summary: | ports/comms minor Makefile cleanup | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | sf <sf> | ||||
| Component: | Individual Port(s) | Assignee: | Tilman Keskinoz <arved> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports->arved I'll handle that one State Changed From-To: open->closed Committed, thanks |
hardcoded tool names to Mk/bsd.port.mk variable names ${PERL} -> ${REINPLACE_CMD} Fix: .include <bsd.port.post.mk> --- patch-hylafax ends here -----Bv1sjnq47eOtYFGMjTp2UQRJnK0hVlk31FCvNgQ5dTbhoS6B Content-Type: text/plain; name="patch-acfax" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-acfax" --- Makefile.orig Thu Jun 13 09:45:17 2002 +++ Makefile Fri Jun 28 17:07:33 2002 @@ -18,13 +18,14 @@ WRKSRC= ${WRKDIR}/acfax USE_IMAKE= yes +USE_REINPLACE= yes post-patch: - @${PERL} -pi -e 's|setup_fax\(120, 288|setup_fax(120, 576|' \ + @${REINPLACE_CMD} -e 's|setup_fax\(120, 288|setup_fax(120, 576|' \ ${WRKSRC}/acfax.c - @${PERL} -pi -e 's|ixoc = 288|ixoc = 576|' ${WRKSRC}/fax_funcs.c - @${PERL} -pi -e 's|regex.h|gnuregex.h|' ${WRKSRC}/RegExp.h - @${PERL} -pi -e 's|-lm|-lm -lgnuregex|' ${WRKSRC}/Imakefile + @${REINPLACE_CMD} -e 's|ixoc = 288|ixoc = 576|' ${WRKSRC}/fax_funcs.c + @${REINPLACE_CMD} -e 's|regex.h|gnuregex.h|' ${WRKSRC}/RegExp.h + @${REINPLACE_CMD} -e 's|-lm|-lm -lgnuregex|' ${WRKSRC}/Imakefile post-configure: ${TOUCH} ${WRKSRC}/acfax.man