diff options
author | jlam <jlam> | 2001-06-29 04:54:49 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-29 04:54:49 +0000 |
commit | 7748c7e1a80c4e81c53ea9564bd97acb9a46125b (patch) | |
tree | 0f7f2aeb7ecca34d147342f726930d3cafaae39e /net/mtr | |
parent | 1223c4507005ff3f9f49492c3250c007e2945af5 (diff) | |
download | pkgsrc-7748c7e1a80c4e81c53ea9564bd97acb9a46125b.tar.gz |
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.
Diffstat (limited to 'net/mtr')
-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 |