diff options
author | rillig <rillig@pkgsrc.org> | 2008-11-05 08:24:23 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-11-05 08:24:23 +0000 |
commit | 5388235d5a02a83d473e6fc3c4bbec28d0b229f5 (patch) | |
tree | 15541755cc64450f6f7ead74b43075d49b05f81d /mk/misc | |
parent | b9420531f9d42e0edf19599dde8b570430423a5e (diff) | |
download | pkgsrc-5388235d5a02a83d473e6fc3c4bbec28d0b229f5.tar.gz |
typo
Diffstat (limited to 'mk/misc')
-rw-r--r-- | mk/misc/can-be-built-here.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/misc/can-be-built-here.mk b/mk/misc/can-be-built-here.mk index ece5696abc3..2a11b642d28 100644 --- a/mk/misc/can-be-built-here.mk +++ b/mk/misc/can-be-built-here.mk @@ -1,4 +1,4 @@ -# $NetBSD: can-be-built-here.mk,v 1.5 2008/05/26 22:05:46 tnn Exp $ +# $NetBSD: can-be-built-here.mk,v 1.6 2008/11/05 08:24:23 rillig Exp $ # # This file checks whether a package can be built in the current pkgsrc # environment. It checks the following variables: @@ -13,7 +13,7 @@ # # NO_SKIP # When defined, the checks in this file are skipped. It is called -# NO_SKIP because the code that skips builting the package should +# NO_SKIP because the code that skips building the package should # _not_ be run. # # XXX: It's weird to have three negations in such a short variable |