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 | 364743dc13abc543511969fd37bad101a2c1bfb2 (patch) | |
tree | 92099c840722dc697642d511dc401bf3e65ddd2c /editors | |
parent | 470b71f6dcc4a5589b798a45354ada00890c89a4 (diff) | |
download | pkgsrc-364743dc13abc543511969fd37bad101a2c1bfb2.tar.gz |
whitespace fixes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/pico/Makefile | 10 |
1 files changed, 5 insertions, 5 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... |