summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorwiz <wiz>2016-05-05 06:28:58 +0000
committerwiz <wiz>2016-05-05 06:28:58 +0000
commit6ae728c9eea3d81a2368bf04d6e3885c25a672a7 (patch)
treec1170740a11378907bcce81bdb809a890bc191f4 /shells
parent2db060909fe3fd5bbf04892177b648d3dfe554ea (diff)
downloadpkgsrc-6ae728c9eea3d81a2368bf04d6e3885c25a672a7.tar.gz
Unconfuse pkglint.
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile.common6
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