summaryrefslogtreecommitdiff
path: root/mail/pine
diff options
context:
space:
mode:
authorgrant <grant>2004-05-17 10:56:17 +0000
committergrant <grant>2004-05-17 10:56:17 +0000
commita755b1df4c6576222ed097fa331a845e62852227 (patch)
tree92099c840722dc697642d511dc401bf3e65ddd2c /mail/pine
parent9ef3c24e1f426cccfb76aeb45e288b182d52dfaf (diff)
downloadpkgsrc-a755b1df4c6576222ed097fa331a845e62852227.tar.gz
whitespace fixes
Diffstat (limited to 'mail/pine')
-rw-r--r--mail/pine/Makefile18
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-*)