diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 06:04:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-23 06:04:01 +0000 |
commit | e28630ead26369af9ef1d199ae48177e0e2486ae (patch) | |
tree | c38809fe289a3882c872d743e8cfe274cca486f2 /net/fping | |
parent | b53889dd48ab786160430cf4dc54b1562318d476 (diff) | |
download | ports-e28630ead26369af9ef1d199ae48177e0e2486ae.tar.gz ports-e28630ead26369af9ef1d199ae48177e0e2486ae.zip |
Notes
Diffstat (limited to 'net/fping')
-rw-r--r-- | net/fping/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile index 705be950c363..5a9825e7fe34 100644 --- a/net/fping/Makefile +++ b/net/fping/Makefile @@ -14,12 +14,13 @@ MASTER_SITES= ftp://ftp.stanford.edu/dept/networking/pub/fping/ \ MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/sbin" MAN8= fping.8 post-patch: - ${PERL} -pi.fbsd -e 's/fping@/${MAINTAINER:S/@/\\@/g} or fping@/g' \ + @${REINPLACE_CMD} -e 's/fping@/${MAINTAINER:S/@/\\@/g} or fping@/g' \ ${WRKSRC}/fping.c post-install: |