diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-21 16:20:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-21 16:20:23 +0000 |
commit | 2f1e7a4789fec4de94b38c53d01bd08ee10124ea (patch) | |
tree | aed87b1b125eb0bb5bfb90c2dadd3296670f067f /lang/Sather | |
parent | 444d2e1edce5f2e0fad951a90dc9b7845dd81f37 (diff) |
Notes
Diffstat (limited to 'lang/Sather')
-rw-r--r-- | lang/Sather/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 22a54c0fa790..b3b0a623797e 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -16,12 +16,13 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc +USE_REINPLACE= yes USE_GMAKE= yes ALL_TARGET= full MAN1= sacomp.1 pre-configure: - @${PERL} -pi.in \ + @${REINPLACE_CMD} \ -e "s:%%CC%%:${CC}:g ;" \ -e "s:%%CFLAGS%%:${CFLAGS}:g ;" \ -e "s:%%LOCALBASE%%:${LOCALBASE}:g ;" \ |