diff options
author | wiz <wiz> | 2002-09-24 13:59:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-24 13:59:20 +0000 |
commit | a8d77bc0f47ce0875869ff53595fee2f59973298 (patch) | |
tree | 64d9bbc45c268f6a4914b85fdfd6869cdf7d1cc0 /mk | |
parent | 93e2b4dfd31bd05afdf7ac928432a544862d106a (diff) | |
download | pkgsrc-a8d77bc0f47ce0875869ff53595fee2f59973298.tar.gz |
Some whitespace cleanup.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.prefs.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk index b35cf4a31e2..c8cd89ac8b9 100644 --- a/mk/bsd.prefs.mk +++ b/mk/bsd.prefs.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.prefs.mk,v 1.77 2002/09/15 11:58:23 rh Exp $ +# $NetBSD: bsd.prefs.mk,v 1.78 2002/09/24 13:59:34 wiz Exp $ # # Make file, included to get the site preferences, if any. Should # only be included by package Makefiles before any .if defined() @@ -10,7 +10,7 @@ .ifndef BSD_PKG_MK # Let mk.conf know that this is pkgsrc. -BSD_PKG_MK=1 +BSD_PKG_MK=1 __PREFIX_SET__:=${PREFIX} # Define a symbol BSD_PREFS_MK that may be checked by Makefile fragments to @@ -312,7 +312,7 @@ MAKEFLAGS+= DIGEST=${DIGEST} # Only add the DIGEST_VERSION value to MAKEFLAGS when we know # we've got a valid version number, retrieved from the digest(1) # binary. This is different to PKGTOOLS_VERSION, since, in that -# case, the build dies when pkg_info(1) is out of date. +# case, the build dies when pkg_info(1) is out of date. .if !exists(${DIGEST}) DIGEST_VERSION= 20010301 |