pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc whitespace fixes



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a715e51184cb
branches:  trunk
changeset: 475506:a715e51184cb
user:      grant <grant%pkgsrc.org@localhost>
date:      Mon May 17 10:56:17 2004 +0000

description:
whitespace fixes

diffstat:

 editors/pico/Makefile |  10 +++++-----
 mail/pine/Makefile    |  18 +++++++++---------
 2 files changed, 14 insertions(+), 14 deletions(-)

diffs (62 lines):

diff -r 374cad2147fc -r a715e51184cb editors/pico/Makefile
--- a/editors/pico/Makefile     Mon May 17 10:40:45 2004 +0000
+++ b/editors/pico/Makefile     Mon May 17 10:56:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2004/05/13 18:27:48 adam Exp $
+# $NetBSD: Makefile,v 1.52 2004/05/17 10:56:17 grant Exp $
 
 DISTNAME=      pine4.60
 PKGNAME=       pico-4.7
@@ -19,13 +19,13 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "SunOS"
-BUILDNAME= so5
+BUILDNAME=     so5
 .elif ${OPSYS} == "Darwin"
-BUILDNAME= osx
+BUILDNAME=     osx
 .elif ${OPSYS} == "Linux"
-BUILDNAME= lnx
+BUILDNAME=     lnx
 .else
-BUILDNAME= neb
+BUILDNAME=     neb
 .endif
 
 MAKE_ENV+=     _STRIPFLAG_INSTALL=     # debug...
diff -r 374cad2147fc -r a715e51184cb mail/pine/Makefile
--- a/mail/pine/Makefile        Mon May 17 10:40:45 2004 +0000
+++ b/mail/pine/Makefile        Mon May 17 10:56:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2004/05/14 09:36:53 tron Exp $
+# $NetBSD: Makefile,v 1.91 2004/05/17 11:02:45 grant Exp $
 
 DISTNAME=       pine4.60
 PKGNAME=        pine-4.60
@@ -22,17 +22,17 @@
 .include "../../mk/compiler.mk"
 
 .if ${OPSYS} == "SunOS"
-BUILDNAME= so5
-BUILDFILE= sol
+BUILDNAME=     so5
+BUILDFILE=     sol
 .elif ${OPSYS} == "Linux"
-BUILDNAME= lnx
-BUILDFILE= lnx
+BUILDNAME=     lnx
+BUILDFILE=     lnx
 .elif ${OPSYS} == "Darwin"
-BUILDNAME= osx
-BUILDFILE= osx
+BUILDNAME=     osx
+BUILDFILE=     osx
 .else
-BUILDNAME= neb
-BUILDFILE= neb
+BUILDNAME=     neb
+BUILDFILE=     neb
 .endif
 
 .if !empty(CC_VERSION:Mgcc-*)



Home | Main Index | Thread Index | Old Index