pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/syncdir Whitespace and formatting nits.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0686c0a10568
branches:  trunk
changeset: 483529:0686c0a10568
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Nov 14 08:44:26 2004 +0000

description:
Whitespace and formatting nits.

diffstat:

 devel/syncdir/Makefile |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r ca391fb521a7 -r 0686c0a10568 devel/syncdir/Makefile
--- a/devel/syncdir/Makefile    Sun Nov 14 08:42:28 2004 +0000
+++ b/devel/syncdir/Makefile    Sun Nov 14 08:44:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/11/14 08:42:28 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2004/11/14 08:44:26 jlam Exp $
 #
 
 DISTNAME=              syncdir-1.0
@@ -18,12 +18,13 @@
 INSTALLATION_DIRS=     lib
 
 do-build:
-       cd ${WRKSRC};                                                   \
-       ${LIBTOOL} --mode=compile ${CC} ${CFLAGS} -c syncdir.c; \
-       ${LIBTOOL} --mode=link ${CC} ${LDFLAGS} -version-info 1:0:0 -rpath ${PREFIX}/lib -o libsyncdir.la syncdir.lo
+       cd ${WRKSRC} && ${LIBTOOL} --mode=compile ${CC} ${CFLAGS} -c syncdir.c
+       cd ${WRKSRC} && ${LIBTOOL} --mode=link ${CC} ${LDFLAGS}         \
+               -o libsyncdir.la syncdir.lo                             \
+               -version-info 1:0:0 -rpath ${PREFIX}/lib
 
 do-install:
-       cd ${WRKSRC};                                                   \
-       ${LIBTOOL} --mode=install ${INSTALL_LIB} -c libsyncdir.la ${PREFIX}/lib/libsyncdir.la
+       cd ${WRKSRC} && ${LIBTOOL} --mode=install ${INSTALL_LIB}        \
+               -c libsyncdir.la ${PREFIX}/lib/libsyncdir.la
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index