pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail Quell pkglint: don't forcibly hide output of shel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14fab9d1fb25
branches:  trunk
changeset: 527054:14fab9d1fb25
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Mar 24 06:29:28 2007 +0000

description:
Quell pkglint: don't forcibly hide output of shell commands.

diffstat:

 mail/ezmlm-idx/Makefile |  10 +++++-----
 mail/ezmlm/options.mk   |   4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 9a906c1742db -r 14fab9d1fb25 mail/ezmlm-idx/Makefile
--- a/mail/ezmlm-idx/Makefile   Sat Mar 24 06:28:22 2007 +0000
+++ b/mail/ezmlm-idx/Makefile   Sat Mar 24 06:29:28 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2006/12/29 06:21:06 schmonz Exp $
+# $NetBSD: Makefile,v 1.29 2007/03/24 06:29:28 schmonz Exp $
 #
 
 .include "../../mail/ezmlm/Makefile.common"
@@ -34,12 +34,12 @@
 INSTALLATION_DIRS+=    share/examples/ezmlm-idx
 
 post-extract:
-       @${MV} ${WRKSRC}/* ${WRKDIR}/${EZMLM_VERS}
-       @${RMDIR} ${WRKSRC}
-       @${MV} ${WRKDIR}/${EZMLM_VERS} ${WRKSRC}
+       ${MV} ${WRKSRC}/* ${WRKDIR}/${EZMLM_VERS}
+       ${RMDIR} ${WRKSRC}
+       ${MV} ${WRKDIR}/${EZMLM_VERS} ${WRKSRC}
 
 pre-patch:
-       @cd ${WRKSRC}; ${PATCH} ${PATCH_DIST_ARGS} < idx.patch
+       cd ${WRKSRC}; ${PATCH} ${PATCH_DIST_ARGS} < idx.patch
 
 post-install:
        ${INSTALL_DATA_DIR} ${EGDIR}
diff -r 9a906c1742db -r 14fab9d1fb25 mail/ezmlm/options.mk
--- a/mail/ezmlm/options.mk     Sat Mar 24 06:28:22 2007 +0000
+++ b/mail/ezmlm/options.mk     Sat Mar 24 06:29:28 2007 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index