summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/divx4linux/Makefile3
-rw-r--r--graphics/divx4linux4/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/divx4linux/Makefile b/graphics/divx4linux/Makefile
index 01b26528b1fb..251add5012e7 100644
--- a/graphics/divx4linux/Makefile
+++ b/graphics/divx4linux/Makefile
@@ -19,6 +19,7 @@ MAINTAINER= lioux@FreeBSD.org
RESTRICTED= unsure of licensing issues
ONLY_FOR_ARCHS= i386
+USE_REINPLACE= yes
USE_LINUX_PREFIX= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/501-/-/}
NO_BUILD= yes
@@ -29,7 +30,7 @@ RELEASE_DATE= 20020418
post-patch:
.for ext in ${DOC_EXT}
- @${PERL} -pi -e "s/ //" ${WRKSRC}/*.${ext}
+ @${REINPLACE_CMD} -e "s/ //" ${WRKSRC}/*.${ext}
.endfor
do-install:
diff --git a/graphics/divx4linux4/Makefile b/graphics/divx4linux4/Makefile
index a46272b5f5f7..8131ddb87f9f 100644
--- a/graphics/divx4linux4/Makefile
+++ b/graphics/divx4linux4/Makefile
@@ -18,6 +18,7 @@ RESTRICTED= unsure of licensing issues
ONLY_FOR_ARCHS= i386
USE_LINUX_PREFIX= yes
+USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/${DISTNAME:C/_.+$//}
NO_BUILD= yes
NO_LATEST_LINK= yes
@@ -29,7 +30,7 @@ PKGDEINSTALL= ${PKGINSTALL}
post-patch:
.for ext in h linux txt
- @${PERL} -pi -e "s/ //" ${WRKSRC}/*.${ext}
+ @${REINPLACE_CMD} -e "s/ //" ${WRKSRC}/*.${ext}
.endfor
do-install: