diff options
author | grant <grant@pkgsrc.org> | 2004-05-17 10:56:17 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-05-17 10:56:17 +0000 |
commit | b4bc5cd88253f2d57c4a9085ef5cd796b89cb39b (patch) | |
tree | 92099c840722dc697642d511dc401bf3e65ddd2c /mail/pine | |
parent | aa3ba79ac6e82188c38ee773394a9d8c4217d3f0 (diff) | |
download | pkgsrc-b4bc5cd88253f2d57c4a9085ef5cd796b89cb39b.tar.gz |
whitespace fixes
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
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-*) |