summaryrefslogtreecommitdiff
path: root/net/mtr
diff options
context:
space:
mode:
authorjlam <jlam>2001-12-04 06:14:57 +0000
committerjlam <jlam>2001-12-04 06:14:57 +0000
commitfbe8a6a4d05f84a2087319ab8d7c3aa24aab2232 (patch)
tree694a2f29a87b122f762a40ca21c06f9041e844d5 /net/mtr
parent5515e9fb977439e4346363c0120566ee3b1eefbb (diff)
downloadpkgsrc-fbe8a6a4d05f84a2087319ab8d7c3aa24aab2232.tar.gz
By default, prevent invocation of GNU "auto*" driven by the generated
Makefiles during the build process by touching various auto{conf,make} source files to make them up-to-date. Packages that require regenerating the configure script and Makefile.in files should make the appropriate calls to auto{conf,make} in a pre-configure target. This allows the various targets listed in ${_CONFIG_PREREQ} to modify the generated files without triggering the GNU auto* tools and having the modifications be overwritten.
Diffstat (limited to 'net/mtr')
-rw-r--r--net/mtr/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index e14d6eb3287..d10aa3156e9 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/11/29 01:12:42 hubertf Exp $
+# $NetBSD: Makefile,v 1.22 2001/12/04 06:15:00 jlam Exp $
#
DISTNAME= mtr-0.42
@@ -11,7 +11,6 @@ MAINTAINER= sommerfeld@netbsd.org
HOMEPAGE= http://www.bitwizard.nl/mtr/
COMMENT= Traceroute and ping in a single graphical network diagnostic tool
-AUTOMAKE_OVERRIDE= YES
GNU_CONFIGURE= YES
USE_GMAKE= YES
USE_BUILDLINK_ONLY= YES