diff options
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r-- | net/mtr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 6a10255df69..fcc06788a8d 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/06/20 04:56:28 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2001/06/29 04:54:55 jlam Exp $ # $FreeBSD: ports/net/mtr/Makefile,v 1.16 1999/10/28 08:06:00 mharo Exp $ DISTNAME= mtr-0.42 @@ -12,9 +12,7 @@ COMMENT= Traceroute and ping in a single graphical network diagnostic tool GNU_CONFIGURE= yes USE_GMAKE= yes - USE_BUILDLINK_ONLY= yes -USE_CONFIG_WRAPPER= yes do-install: ${INSTALL} -c -s -m 4755 -o root -g wheel ${WRKSRC}/mtr ${PREFIX}/sbin |