diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-19 09:26:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-19 09:26:31 +0000 |
commit | fe89b08a0b3d4b087e1e69dec4aedfaad53cf4fa (patch) | |
tree | e3d3ba4862ab52be1a1a3b041452e3e6944b245c /net/ipfw-graph | |
parent | - Don't generate catalog chain to avoid sgml/xml catalogs mixup (diff) |
${PERL} -> ${REINPLACE_CMD}
${SED} -> ${REINPLACE_CMD}
PR: 40750
Submitted by: 40751
Reviewed by: maintainer
Notes
Notes:
svn path=/head/; revision=63230
Diffstat (limited to 'net/ipfw-graph')
-rw-r--r-- | net/ipfw-graph/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipfw-graph/Makefile b/net/ipfw-graph/Makefile index 90fb357aee0b..f6093c5601b1 100644 --- a/net/ipfw-graph/Makefile +++ b/net/ipfw-graph/Makefile @@ -12,12 +12,13 @@ MASTER_SITES= http://www.mavetju.org/download/ MAINTAINER= edwin@mavetju.org +USE_REINPLACE= yes USE_GTK= yes MAKE_ENV+= MANPREFIX="${MANPREFIX}" MAN8= ipfw-al.8 ipfw-graph.8 pre-patch: - @${PERL} -pi -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/ipfw-graph.h + @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/ipfw-graph.h .include <bsd.port.mk> |