Bug 39790 - ${PERL} -> ${REINPLACE_CMD}
Summary: ${PERL} -> ${REINPLACE_CMD}
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-24 18:10 UTC by sf
Modified: 2002-06-26 18:34 UTC (History)
0 users

See Also:


Attachments
patch-dfm (396 bytes, text/plain)
2002-06-24 18:10 UTC, sf
no flags Details
patch-mtoolsfm (865 bytes, text/plain)
2002-06-24 18:10 UTC, sf
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description sf 2002-06-24 18:10:02 UTC
	${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 ---
Comment 1 Hye-Shik Chang freebsd_committer freebsd_triage 2002-06-26 18:33:33 UTC
State Changed
From-To: open->closed

Committed. Thank you!