From 5e57511d5924f3b36d9e77827ffaa16d154d0b92 Mon Sep 17 00:00:00 2001 From: schmonz Date: Sat, 24 Mar 2007 06:29:28 +0000 Subject: Quell pkglint: don't forcibly hide output of shell commands. --- mail/ezmlm/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/ezmlm') diff --git a/mail/ezmlm/options.mk b/mail/ezmlm/options.mk index 1b80b5839bf..1d655f707ef 100644 --- a/mail/ezmlm/options.mk +++ b/mail/ezmlm/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2006/03/18 06:45:51 schmonz Exp $ +# $NetBSD: options.mk,v 1.8 2007/03/24 06:30:01 schmonz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.ezmlm PKG_SUPPORTED_OPTIONS+= ezmlm-althash @@ -12,5 +12,5 @@ PKG_SUGGESTED_OPTIONS+= ezmlm-althash .if !empty(PKG_OPTIONS:Mezmlm-althash) USE_TOOLS+= patch post-patch: - @cd ${WRKSRC} && ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-althash + cd ${WRKSRC} && ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-althash .endif -- cgit v1.2.3