summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-01-20 03:52:37 +0000
committerdinoex <dinoex@FreeBSD.org>2003-01-20 03:52:37 +0000
commitefb127ada0599fbef7e24b09f691aa92a93ab548 (patch)
treedc19f46263ebd37204b6b24f2956c79697a58b92
parent44fafde2da35234868cd70ad1b542641782b8831 (diff)
downloadFreeBSD-ports-efb127ada0599fbef7e24b09f691aa92a93ab548.zip
FreeBSD-ports-efb127ada0599fbef7e24b09f691aa92a93ab548.tar.gz
- use SED instead of PERL
Suggested by: q@uni.de
-rw-r--r--devel/projectcenter.app/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/projectcenter.app/Makefile b/devel/projectcenter.app/Makefile
index 294d062..199382f 100644
--- a/devel/projectcenter.app/Makefile
+++ b/devel/projectcenter.app/Makefile
@@ -53,7 +53,9 @@ post-extract:
# Quick workaround until I find out how to set the real path in the code
post-patch:
.for file in PCLib/PCBundleLoader.m ProjectCenter/PCAppController.m
- ${PERL} -pi -e "s:@\"/usr/GNUstep:@\"${PREFIX}:g" ${WRKSRC}/${file}
+ @${MV} ${WRKSRC}/${file} ${WRKSRC}/${file}.sed
+ ${SED} -e "s=@\"/usr/GNUstep=@\"${PREFIX}=g" \
+ ${WRKSRC}/${file}.sed > ${WRKSRC}/${file}
.endfor
do-build:
OpenPOWER on IntegriCloud