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 /editors | |
parent | aa3ba79ac6e82188c38ee773394a9d8c4217d3f0 (diff) | |
download | pkgsrc-b4bc5cd88253f2d57c4a9085ef5cd796b89cb39b.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... |