pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mairix Whitespaces changes to bring this more in ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87724a6492ca
branches:  trunk
changeset: 510852:87724a6492ca
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Apr 05 07:06:13 2006 +0000

description:
Whitespaces changes to bring this more in line with other packages.

diffstat:

 mail/mairix/Makefile |  18 ++++++++----------
 1 files changed, 8 insertions(+), 10 deletions(-)

diffs (33 lines):

diff -r 122e3d81a9f6 -r 87724a6492ca mail/mairix/Makefile
--- a/mail/mairix/Makefile      Wed Apr 05 07:04:18 2006 +0000
+++ b/mail/mairix/Makefile      Wed Apr 05 07:06:13 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/04/05 07:03:44 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2006/04/05 07:06:13 jlam Exp $
 #
 
 DISTNAME=              mairix-0.16.1
@@ -22,16 +22,14 @@
 INSTALLATION_DIRS=     bin info
 
 pre-build:
-                       @cd ${WRKSRC}; \
-                       makeinfo mairix.texi; \
-                       ${MAKEINFO} mairix.texi; \
-                       ${MAKEINFO} --no-split --number-sections --html \
-                           mairix.texi > mairix.html
+       cd ${WRKSRC} && makeinfo mairix.texi
+       cd ${WRKSRC} && makeinfo --no-split --number-sections --html \
+               mairix.texi > mairix.html
 
 do-install:
-                       ${INSTALL_PROGRAM} ${WRKSRC}/mairix ${BINDIR}
-                       ${INSTALL_DATA_DIR} ${HTMLDIR}
-                       ${INSTALL_DATA} ${WRKSRC}/mairix.html ${HTMLDIR}
-                       ${INSTALL_DATA} ${WRKSRC}/mairix.info ${INFODIR}
+       ${INSTALL_PROGRAM} ${WRKSRC}/mairix ${BINDIR}
+       ${INSTALL_DATA_DIR} ${HTMLDIR}
+       ${INSTALL_DATA} ${WRKSRC}/mairix.html ${HTMLDIR}
+       ${INSTALL_DATA} ${WRKSRC}/mairix.info ${INFODIR}
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index