summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-07-04 17:08:55 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-07-04 17:08:55 +0000
commitc54c3907dc1f277a4535007343d9b5f7785d5d4c (patch)
tree66d6c69d8a0c5b61829375908b3da74d1af69479 /net
parentUpdate 0.6.1 -> 0.7.0 (diff)
Move the noise about compile options from pre-fetch to pre-patch.
Some people like to ``make fetch'' in one location and take the distfiles home for the build. We should be quiet in succesful fetch situations.
Notes
Notes: svn path=/head/; revision=19994
Diffstat (limited to 'net')
-rw-r--r--net/mtr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile
index 4cba652f2927..0ffb3b5c5014 100644
--- a/net/mtr/Makefile
+++ b/net/mtr/Makefile
@@ -3,7 +3,7 @@
# Date created: 12 August 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
-# $Id: Makefile,v 1.8 1999/04/13 20:53:16 billf Exp $
+# $Id: Makefile,v 1.9 1999/05/29 03:55:57 steve Exp $
#
DISTNAME= mtr-0.37
@@ -17,7 +17,7 @@ HAS_CONFIGURE= yes
MAN8= mtr.8
-pre-fetch:
+pre-patch:
.if !defined(USE_GTK)
@${ECHO} ""
@${ECHO} "If you want to compile with GTK support,"