summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2003-10-09 08:19:47 +0000
committerjlam <jlam>2003-10-09 08:19:47 +0000
commit59a1ab4af8164b5f5da6645c67d78341601ee94a (patch)
tree3fa9d035db0f8657a1778a282f99c7d046dc3481 /mk
parent7c30eb377105d0533f3a2668940db514a1b3b9db (diff)
downloadpkgsrc-59a1ab4af8164b5f5da6645c67d78341601ee94a.tar.gz
It's "skipargs", not "skip".
Diffstat (limited to 'mk')
-rw-r--r--mk/buildlink3/marshall4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/buildlink3/marshall b/mk/buildlink3/marshall
index bf0cda279a6..36c2c1edfd1 100644
--- a/mk/buildlink3/marshall
+++ b/mk/buildlink3/marshall
@@ -1,4 +1,4 @@
-# $NetBSD: marshall,v 1.4 2003/10/04 10:20:09 jlam Exp $
+# $NetBSD: marshall,v 1.5 2003/10/09 08:19:47 jlam Exp $
#
# Handle cases where multiple consecutive arguments must be processed
# together, either by merging the arguments or "skipping" the extra
@@ -22,6 +22,6 @@ case $arg in
# transformation.
#
-install_name)
- skip=1
+ skipargs=1
;;
esac