diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1999-04-22 02:00:16 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1999-04-22 02:00:16 +0000 |
commit | 2a24047fe4462890dd262ff9b6f5618aca18be9b (patch) | |
tree | 2111e10e76493527d53acb53b2736ecbfff484ac /astro/setiathome/Makefile | |
parent | *** empty log message *** (diff) |
Grrr, last-second changes...
Also, portlint complains about verbatim use of 'sed', and suggest ${SED}
instead, but it isn't defined...
Diffstat (limited to 'astro/setiathome/Makefile')
-rw-r--r-- | astro/setiathome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index c0aaf03bae42..107b6aca6557 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Apr 1999 # Whom: stb@freebsd.org # -# $Id: Makefile,v 1.1.1.1 1999/04/22 01:44:26 stb Exp $ +# $Id: Makefile,v 1.2 1999/04/22 01:48:34 stb Exp $ # PKGNAME= setiathome-0.46 @@ -54,7 +54,7 @@ pre-fetch: ${ECHO} "It seems you are running FreeBSD `uname -r`, which is not currently"; \ ${ECHO} "supported. SETI@home currently supports only FreeBSD 2.2.5 and above,"; \ ${ECHO} "and FreeBSD 3.1."; \ - ${ECHO} + ${ECHO} \ exit 72; \ fi; |