summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile12
-rw-r--r--mk/bsd.prefs.mk6
2 files changed, 9 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 51366e5dbee..a44c4c23549 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2002/05/31 15:26:50 seb Exp $
+# $NetBSD: Makefile,v 1.48 2002/09/24 13:59:20 wiz Exp $
#
.include "mk/bsd.prefs.mk"
@@ -82,7 +82,7 @@ search: ${.CURDIR}/INDEX
.endif
-#
+#
# Generate list of all packages by extracting information from
# the category/README.html pages
#
@@ -91,7 +91,7 @@ readme-all:
mv README-all.html README-all.html.BAK ; \
fi
@${MAKE} README-all.html
- @if cmp -s README-all.html README-all.html.BAK ; then \
+ @if cmp -s README-all.html README-all.html.BAK ; then \
mv README-all.html.BAK README-all.html ; \
else \
rm -f README-all.html.BAK ; \
@@ -121,7 +121,7 @@ README-all.html:
-e '/%%NPKGS%%/d' \
-e '/%%PKGS%%/r$@.newsorted' \
-e '/%%PKGS%%/d' \
- > $@
+ > $@
@rm -f $@.npkgs
@rm -f $@.new
@rm -f $@.newsorted
@@ -145,8 +145,8 @@ README-IPv6.html:
@fgrep -f $@.pkgs README-all.html | sort -t/ +1 >$@.trs
@cat templates/README.ipv6 \
| ${SED} \
- -e '/%%TRS%%/r$@.trs' \
- -e '/%%TRS%%/d' \
+ -e '/%%TRS%%/r$@.trs' \
+ -e '/%%TRS%%/d' \
>$@
@${RM} $@.trs
@${RM} $@.pkgs
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