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/Makefile | |
parent | 73a790fd3972b97caa1d9aa09a58a2d76a6b819e (diff) | |
download | ports-fe89b08a0b3d4b087e1e69dec4aedfaad53cf4fa.tar.gz ports-fe89b08a0b3d4b087e1e69dec4aedfaad53cf4fa.zip |
Notes
Diffstat (limited to 'net/ipfw-graph/Makefile')
-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> |