| Summary: | ${PERL} -> ${REINPLACE_CMD} | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | sf <sf> | ||||||
| Component: | Individual Port(s) | Assignee: | freebsd-ports (Nobody) <ports> | ||||||
| Status: | Closed FIXED | ||||||||
| Severity: | Affects Only Me | ||||||||
| Priority: | Normal | ||||||||
| Version: | Latest | ||||||||
| Hardware: | Any | ||||||||
| OS: | Any | ||||||||
| Attachments: |
|
||||||||
State Changed From-To: open->closed Committed. Thank you! |
${PERL} -> ${REINPLACE_CMD} Fix: --- Makefile.orig Sat Apr 13 16:56:10 2002 +++ Makefile Mon Jun 24 10:03:49 2002 @@ -13,6 +13,7 @@ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes @@ -27,8 +28,8 @@ LIB_DIRS="-L${LOCALBASE}/lib -L${X11BASE}/lib" pre-patch: - @${PERL} -pi -e 's|make |\$$\(MAKE\) |g' ${WRKSRC}/Makefile - @find ${WRKSRC}/endeavour -type f | xargs ${PERL} -pi -e \ + @${REINPLACE_CMD} -e 's|make |\$$\(MAKE\) |g' ${WRKSRC}/Makefile + @find ${WRKSRC}/endeavour -type f | xargs ${REINPLACE_CMD} -e \ 's|#include <malloc.h>||g ; \ s|#include <asm/types.h>||g ; \ s|#include <sys/bitypes.h>||g ; \ --- patch-endeavour ends here ---