summaryrefslogtreecommitdiff
path: root/net/mtr/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-11-07 14:29:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-11-07 14:29:04 +0000
commita23c2dee38c0db3c3f942c778300861a69379e89 (patch)
tree752e7bd90c4f806ef883c9e617f19ab5322ae00c /net/mtr/Makefile
parentAdd my place of residence to the astro/xearth commiters markers. (diff)
- Update to 0.72
PR: ports/104206 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer timeout (this commit is approved by clsung on irc)
Notes
Notes: svn path=/head/; revision=176704
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r--net/mtr/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index 3cdbc5db7976..4ca722686533 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mtr
-PORTVERSION= 0.71
+PORTVERSION= 0.72
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \
http://www.mirrors.wiretapped.net/security/network-mapping/mtr/ \
@@ -37,6 +37,9 @@ PKGNAMESUFFIX= -nox11
CONFIGURE_ARGS=--without-gtk --with-gtk-prefix=/nonexistant
.endif
+post-configure:
+ @${REINPLACE_CMD} -e 's|-lresolv||g' ${WRKSRC}/Makefile
+
post-install:
@${ECHO} ""
@${ECHO} "${PREFIX}/sbin/mtr is setuid \"root\" "