aboutsummaryrefslogtreecommitdiffstats
path: root/audio/id3ren
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2002-11-04 11:05:48 +0800
committeredwin <edwin@FreeBSD.org>2002-11-04 11:05:48 +0800
commit011f3a2a13f514a55dae8ea737db2d626983191d (patch)
treeef9e57574419ab4a95c9adca518cce23e6a78895 /audio/id3ren
parentf2bc149e9a1f30296a05f9c708c6729f700c8234 (diff)
downloadfreebsd-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 'audio/id3ren')
-rw-r--r--audio/id3ren/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/id3ren/Makefile b/audio/id3ren/Makefile
index cf1c61c2a683..4a4757a0ccf2 100644
--- a/audio/id3ren/Makefile
+++ b/audio/id3ren/Makefile
@@ -15,10 +15,11 @@ DISTNAME= id3ren97a
MAINTAINER= jonny@jonny.eng.br
USE_ZIP= yes
+USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/id3ren/src
pre-patch:
- @${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,' \
+ @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
${WRKSRC}/id3ren.c ${WRKSRC}/misc.c
.include <bsd.port.mk>