diff options
author | jlam <jlam@pkgsrc.org> | 2003-10-09 08:19:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-10-09 08:19:47 +0000 |
commit | 52539db8bd01be7ee44096a8a23f4fa234ac602d (patch) | |
tree | 3fa9d035db0f8657a1778a282f99c7d046dc3481 /mk | |
parent | ef8e8146c455530bb01e697c1898d219ecfc53f9 (diff) | |
download | pkgsrc-52539db8bd01be7ee44096a8a23f4fa234ac602d.tar.gz |
It's "skipargs", not "skip".
Diffstat (limited to 'mk')
-rw-r--r-- | mk/buildlink3/marshall | 4 |
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 |