aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/hs-frantk
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2003-01-20 16:20:34 +0800
committerobraun <obraun@FreeBSD.org>2003-01-20 16:20:34 +0800
commit9bcf55c383413009b1c4ef8aac0dab94647fdd76 (patch)
tree919ecdd0e6d1786d17549f634de4f46987398fa4 /x11-toolkits/hs-frantk
parentc0601fc9ad68ff02c9663e017a7d03b8440dfe58 (diff)
downloadfreebsd-ports-graphics-9bcf55c383413009b1c4ef8aac0dab94647fdd76.tar.gz
freebsd-ports-graphics-9bcf55c383413009b1c4ef8aac0dab94647fdd76.tar.zst
freebsd-ports-graphics-9bcf55c383413009b1c4ef8aac0dab94647fdd76.zip
s/PERL/REINPLACE/
Pointed out by: Ulrich Spoerlein <q@uni.de>
Diffstat (limited to 'x11-toolkits/hs-frantk')
-rw-r--r--x11-toolkits/hs-frantk/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/hs-frantk/Makefile b/x11-toolkits/hs-frantk/Makefile
index 5b7b514976b..b46d62da7e3 100644
--- a/x11-toolkits/hs-frantk/Makefile
+++ b/x11-toolkits/hs-frantk/Makefile
@@ -22,6 +22,7 @@ RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc
.endif
USE_GMAKE= yes
+USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/FranTk1.1/src
.if defined(WITH_HUGS)
@@ -62,7 +63,7 @@ pre-fetch:
@${ECHO} ""
post-patch:
- ${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/frantk.conf
+ @${REINPLACE_CMD} "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/frantk.conf
post-install:
.if !defined(NOPORTDOCS)