summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authoragc <agc>2003-07-08 11:48:37 +0000
committeragc <agc>2003-07-08 11:48:37 +0000
commit7a2fab16da7ffd43cf45d64212d0022b54c6b902 (patch)
treebd0a0dec32b7928c5a039191bf0616f0ab979cfc /mk/bsd.pkg.mk
parentfb395a04fab6bf95747b514bde275d3f129bc04d (diff)
downloadpkgsrc-7a2fab16da7ffd43cf45d64212d0022b54c6b902.tar.gz
Fix a typo in a comment
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 0ead9fad345..d9139eb87bb 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1204 2003/07/08 09:20:30 chris Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1205 2003/07/08 11:48:37 agc Exp $
#
# This file is in the public domain.
#
@@ -1975,7 +1975,7 @@ do-patch: uptodate-digest
# _CONFIGURE_PREREQ is a list of targets to run after pre-configure but before
# do-configure. These targets typically edit the files used by the
-# do-configure target. The targets are run as dependacies of
+# do-configure target. The targets are run as dependencies of
# pre-configure-override.
#
# _CONFIGURE_POSTREQ is a list of targets to run after do-configure but before