summaryrefslogtreecommitdiff
path: root/net/apinger
diff options
context:
space:
mode:
authorMichael Landin <mich@FreeBSD.org>2003-06-07 11:43:13 +0000
committerMichael Landin <mich@FreeBSD.org>2003-06-07 11:43:13 +0000
commitf4a851747baba4c1e77bfe21450f25ee22b55d0c (patch)
tree2465da123456db367646d90b4dced8f0b5154b8e /net/apinger
parentUpdate module: mailbox-1.020-2. (diff)
Fix breakage.
Noticed by: kris (bento) Approved by: roberto (mentor)
Notes
Notes: svn path=/head/; revision=82442
Diffstat (limited to 'net/apinger')
-rw-r--r--net/apinger/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/apinger/Makefile b/net/apinger/Makefile
index 1364e8ee8187..5553b3bf3ddd 100644
--- a/net/apinger/Makefile
+++ b/net/apinger/Makefile
@@ -15,17 +15,15 @@ MASTER_SITES= http://www.bnet.pl/~jajcus/apinger/
MAINTAINER= mich@FreeBSD.org
COMMENT= An IP device monitoring tool
-USE_REINPLACE= yes
-
GNU_CONFIGURE= yes
post-extract:
- @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${FILESDIR}/apinger.sh
+ @${SED} -e "s,%%PREFIX%%,${PREFIX},g" ${FILESDIR}/apinger.sh \
+ > ${WRKSRC}/apinger.sh
post-install:
${INSTALL_DATA} ${WRKSRC}/src/apinger.conf ${PREFIX}/etc/apinger.conf.sample
- ${INSTALL_SCRIPT} ${FILESDIR}/apinger.sh \
- ${PREFIX}/etc/rc.d/apinger.sh.sample
+ ${INSTALL_SCRIPT} ${WRKSRC}/apinger.sh ${PREFIX}/etc/rc.d/apinger.sh.sample
.if !defined(BATCH)
@${ECHO_MSG} ""
@${ECHO_MSG} "###############################################################################"