pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Fixed a typo in a comment.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ba537e568689
branches: trunk
changeset: 495219:ba537e568689
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jun 05 04:35:45 2005 +0000
description:
Fixed a typo in a comment.
diffstat:
mk/bsd.makevars.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 9e2fa87b7f2e -r ba537e568689 mk/bsd.makevars.mk
--- a/mk/bsd.makevars.mk Sat Jun 04 23:54:10 2005 +0000
+++ b/mk/bsd.makevars.mk Sun Jun 05 04:35:45 2005 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: bsd.makevars.mk,v 1.2 2005/06/01 17:05:19 jlam Exp $
+# $NetBSD: bsd.makevars.mk,v 1.3 2005/06/05 04:35:45 rillig Exp $
#
# This Makefile fragment is included by bsd.prefs.mk to set all of
# the variables saved through MAKEVARS. Typical usage is:
#
# .include "../../mk/bsd.prefs.mk"
#
-# .if !define(EXPENSIVE_VAR)
+# .if !defined(EXPENSIVE_VAR)
# EXPENSIVE_VAR!= ( ... an expensive computation ... )
# .endif
# MAKEVARS+= EXPENSIVE_VAR
Home |
Main Index |
Thread Index |
Old Index