aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-05-07 15:09:34 +0800
committerobrien <obrien@FreeBSD.org>2003-05-07 15:09:34 +0800
commitc650dcbefd391df85aa6e133e3151359a0e0f2b3 (patch)
tree24c3b00bcc7aad2d174f8c5b6ec1433a49794fd5 /textproc
parent78d0c6f123559d4567d1bc76f2cba4b319bb9bc6 (diff)
downloadfreebsd-ports-gnome-c650dcbefd391df85aa6e133e3151359a0e0f2b3.tar.gz
freebsd-ports-gnome-c650dcbefd391df85aa6e133e3151359a0e0f2b3.tar.zst
freebsd-ports-gnome-c650dcbefd391df85aa6e133e3151359a0e0f2b3.zip
Unbreak the Alpha release build by removing the build dependancy on Perl.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/sgmlformat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile
index 541aaa36bca2..7570fcb3d43c 100644
--- a/textproc/sgmlformat/Makefile
+++ b/textproc/sgmlformat/Makefile
@@ -34,7 +34,7 @@ RUN_DEPENDS= nsgmls:${PORTSDIR}/textproc/jade
RUN_DEPENDS+= ${PREFIX}/share/sgml/linuxdoc:${PORTSDIR}/textproc/linuxdoc \
${PREFIX}/share/sgml/docbook:${PORTSDIR}/textproc/docbook
-USE_PERL5= yes
+USE_REINPLACE= yes
MAN1= instant.1 sgmlfmt.1
MAN5= transpec.5
@@ -42,8 +42,8 @@ MANCOMPRESSED= yes
.if defined(WITH_OPENJADE)
post-patch:
- @${PERL} -pi -e 's,nsgmls,onsgmls,g' ${WRKSRC}/sgmlfmt/sgmlfmt.pl
- @${PERL} -pi -e 's,nsgmls,onsgmls,g' ${WRKSRC}/instant/traninit.c
+ @${REINPLACE_CMD} -e 's,nsgmls,onsgmls,g' ${WRKSRC}/sgmlfmt/sgmlfmt.pl
+ @${REINPLACE_CMD} -e 's,nsgmls,onsgmls,g' ${WRKSRC}/instant/traninit.c
.endif
post-install: