diff options
author | wiz <wiz@pkgsrc.org> | 2016-05-05 06:28:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-05-05 06:28:58 +0000 |
commit | 47619e42521f977633e87ef34ccff4f4d1b7594e (patch) | |
tree | c1170740a11378907bcce81bdb809a890bc191f4 /shells/zsh | |
parent | a021fd61892c446aeb63ef69f856e0f6570e7e0a (diff) | |
download | pkgsrc-47619e42521f977633e87ef34ccff4f4d1b7594e.tar.gz |
Unconfuse pkglint.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 45dfbfecf06..230f947598c 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.78 2015/09/07 12:02:06 jperkin Exp $ +# $NetBSD: Makefile.common,v 1.79 2016/05/05 06:28:58 wiz Exp $ # used by shells/zsh/Makefile DISTNAME= zsh-${ZSH_VERSION} @@ -123,8 +123,8 @@ PLIST.dynamic= yes .if ${OPSYS} == "SunOS" || ${OPSYS} == "Interix" do-patch: - # $ sha1 files/patch-ac - # SHA1 (files/patch-ac) = 0ef6928bbb277dfbcd8aff4f6fde9bdf1c3de483 +# $ sha1 files/patch-ac +# SHA1 (files/patch-ac) = 0ef6928bbb277dfbcd8aff4f6fde9bdf1c3de483 ${PATCH} -d ${WRKSRC} -i ${FILESDIR}/patch-ac .endif |