pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mutt Spaces to tabs (no functional change).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/870a5001d326
branches:  trunk
changeset: 477713:870a5001d326
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Wed Jul 07 16:23:10 2004 +0000

description:
Spaces to tabs (no functional change).

diffstat:

 mail/mutt/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 14ca47b007b7 -r 870a5001d326 mail/mutt/Makefile
--- a/mail/mutt/Makefile        Wed Jul 07 15:20:25 2004 +0000
+++ b/mail/mutt/Makefile        Wed Jul 07 16:23:10 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.118 2004/06/02 15:43:09 minskim Exp $
+# $NetBSD: Makefile,v 1.119 2004/07/07 16:23:10 schmonz Exp $
 
 DISTNAME=              mutt-1.4.2.1i
-PKGNAME=                ${DISTNAME:C/i$//}
+PKGNAME=               ${DISTNAME:C/i$//}
 PKGREVISION=           1
 CATEGORIES=            mail
 MASTER_SITES=          ftp://ftp.mutt.org/mutt/ \
@@ -76,8 +76,8 @@
 
 pre-build:
        ${SED} -e "s|@PREFIX@|${PREFIX}|g" \
-              -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" \
-              < ${WRKSRC}/doc/mutt.man.in > ${WRKSRC}/doc/mutt.man
+               -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|g" \
+               < ${WRKSRC}/doc/mutt.man.in > ${WRKSRC}/doc/mutt.man
 
 post-install:
        ${RM} -f ${PREFIX}/share/doc/mutt/samples



Home | Main Index | Thread Index | Old Index