diff options
author | stb <stb@FreeBSD.org> | 1999-04-22 10:00:16 +0800 |
---|---|---|
committer | stb <stb@FreeBSD.org> | 1999-04-22 10:00:16 +0800 |
commit | 54e96e07f08f115e65426b59bfc0fad00687f6bd (patch) | |
tree | 066a697645fe8f765e6652ad033717a844b7697f /astro/setiathome | |
parent | 621099bc8d1e507a8e5f95372e92b4c394788a43 (diff) | |
download | freebsd-ports-gnome-54e96e07f08f115e65426b59bfc0fad00687f6bd.tar.gz freebsd-ports-gnome-54e96e07f08f115e65426b59bfc0fad00687f6bd.tar.zst freebsd-ports-gnome-54e96e07f08f115e65426b59bfc0fad00687f6bd.zip |
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')
-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; |