aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/rotix
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 /textproc/rotix
parentf2bc149e9a1f30296a05f9c708c6729f700c8234 (diff)
downloadfreebsd-ports-graphics-011f3a2a13f514a55dae8ea737db2d626983191d.tar.gz
freebsd-ports-graphics-011f3a2a13f514a55dae8ea737db2d626983191d.tar.zst
freebsd-ports-graphics-011f3a2a13f514a55dae8ea737db2d626983191d.zip
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes Notices on: bento
Diffstat (limited to 'textproc/rotix')
-rw-r--r--textproc/rotix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/rotix/Makefile b/textproc/rotix/Makefile
index 87893fd6b9c..bb129fb9bcd 100644
--- a/textproc/rotix/Makefile
+++ b/textproc/rotix/Makefile
@@ -18,12 +18,13 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
USE_GMAKE= yes
HAS_CONFIGURE= yes
+USE_REINPLACE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${PREFIX}/man --i18n=1
MAN1= rotix.1
post-patch:
- @${PERL} -pi -e 's,%%CFLAGS%%,${CFLAGS},; s,%%LOCALBASE%%,${LOCALBASE},;' \
+ @${REINPLACE_CMD} -e 's,%%CFLAGS%%,${CFLAGS},; s,%%LOCALBASE%%,${LOCALBASE},;' \
${WRKSRC}/Makefile
.include <bsd.port.mk>