diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 11:05:48 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 11:05:48 +0800 |
commit | 011f3a2a13f514a55dae8ea737db2d626983191d (patch) | |
tree | ef9e57574419ab4a95c9adca518cce23e6a78895 /multimedia/linux-divx4linux4 | |
parent | f2bc149e9a1f30296a05f9c708c6729f700c8234 (diff) | |
download | freebsd-ports-gnome-011f3a2a13f514a55dae8ea737db2d626983191d.tar.gz freebsd-ports-gnome-011f3a2a13f514a55dae8ea737db2d626983191d.tar.zst freebsd-ports-gnome-011f3a2a13f514a55dae8ea737db2d626983191d.zip |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento
Diffstat (limited to 'multimedia/linux-divx4linux4')
-rw-r--r-- | multimedia/linux-divx4linux4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/linux-divx4linux4/Makefile b/multimedia/linux-divx4linux4/Makefile index a46272b5f5f7..8131ddb87f9f 100644 --- a/multimedia/linux-divx4linux4/Makefile +++ b/multimedia/linux-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: |