aboutsummaryrefslogtreecommitdiff
path: root/net/findmtu
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-02-13 19:14:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-02-13 19:14:33 +0000
commitd88e45a1a1292a43a06df7970bd610151d61c6b1 (patch)
tree45d5aa666b1009bfd0308e4f9152cc1efe91d866 /net/findmtu
parent5435c8f5a62c43ef15a9a3c908c3992ec23e9d2f (diff)
downloadports-d88e45a1a1292a43a06df7970bd610151d61c6b1.tar.gz
ports-d88e45a1a1292a43a06df7970bd610151d61c6b1.zip
Notes
Diffstat (limited to 'net/findmtu')
-rw-r--r--net/findmtu/Makefile5
-rw-r--r--net/findmtu/files/findmtu.in (renamed from net/findmtu/files/findmtu.sh)0
2 files changed, 2 insertions, 3 deletions
diff --git a/net/findmtu/Makefile b/net/findmtu/Makefile
index a2a6740ecd90..4bc910f8e1b8 100644
--- a/net/findmtu/Makefile
+++ b/net/findmtu/Makefile
@@ -13,12 +13,11 @@ MASTER_SITES= http://www.dia.uniroma3.it/~compunet/tunneldiscovery/findmtu/
MAINTAINER= janos.mohacsi@bsd.hu
COMMENT= A tool for performing IPv6 path MTU discovery on *NIX
+SUB_FILES= findmtu
+
do-configure:
${LN} -s ${WRKSRC}/Makefile.rawsocket ${WRKSRC}/Makefile
-post-build:
- ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" ${FILESDIR}/findmtu.sh > ${WRKDIR}/findmtu
-
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/findmtu ${PREFIX}/bin/findmtu
${INSTALL_PROGRAM} ${WRKSRC}/findmtu ${PREFIX}/bin/findmtu.real
diff --git a/net/findmtu/files/findmtu.sh b/net/findmtu/files/findmtu.in
index a404f4f96eab..a404f4f96eab 100644
--- a/net/findmtu/files/findmtu.sh
+++ b/net/findmtu/files/findmtu.in