diff options
author | grant <grant> | 2004-05-17 10:56:17 +0000 |
---|---|---|
committer | grant <grant> | 2004-05-17 10:56:17 +0000 |
commit | 8157f0df061328573d0b965f63a6edb476417e5b (patch) | |
tree | 92099c840722dc697642d511dc401bf3e65ddd2c | |
parent | c0aa856eb799a9bd6f81c25d9e19d84d68c44b28 (diff) | |
download | pkgsrc-8157f0df061328573d0b965f63a6edb476417e5b.tar.gz |
whitespace fixes
-rw-r--r-- | editors/pico/Makefile | 10 | ||||
-rw-r--r-- | mail/pine/Makefile | 18 |
2 files changed, 14 insertions, 14 deletions
diff --git a/editors/pico/Makefile b/editors/pico/Makefile index 6366ed2613d..9e39c925fd3 100644 --- a/editors/pico/Makefile +++ b/editors/pico/Makefile @@ -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 @@ USE_LIBTOOL= YES .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 --git a/mail/pine/Makefile b/mail/pine/Makefile index 6a5e1b0c47e..7a8f09d9547 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -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 @@ CONF_FILES= ${PREFIX}/share/examples/pine/pine.conf ${PKG_SYSCONFDIR}/pine.co .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-*) |