From 3b65bde2f7e4aec38e1ead305f6094960fd84a31 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 29 Jun 2001 04:54:49 +0000 Subject: USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined, so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files. --- net/mtr/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'net/mtr') 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 -- cgit v1.2.3