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
commitf1c997772d313f4f7fdacfe123760a715e2ce31a (patch)
treec1170740a11378907bcce81bdb809a890bc191f4 /shells
parentd62682f643a5663f26140f79c58e4ac7774cf000 (diff)
downloadpkgsrc-f1c997772d313f4f7fdacfe123760a715e2ce31a.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