diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-01-20 08:20:34 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-01-20 08:20:34 +0000 |
commit | b26142c8613a288b932d23e0c1d79a4d2c083ea5 (patch) | |
tree | c142703b0411c4855a3d10c3a0db2e19d6f9459f /x11-toolkits/hs-frantk | |
parent | 94fc89fbfbc7cd8886e9742a2889a5ed8ede4bbc (diff) | |
download | ports-b26142c8613a288b932d23e0c1d79a4d2c083ea5.tar.gz ports-b26142c8613a288b932d23e0c1d79a4d2c083ea5.zip |
Notes
Diffstat (limited to 'x11-toolkits/hs-frantk')
-rw-r--r-- | x11-toolkits/hs-frantk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/hs-frantk/Makefile b/x11-toolkits/hs-frantk/Makefile index 5b7b514976b3..b46d62da7e31 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) |