diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1999-04-23 18:27:31 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1999-04-23 18:27:31 +0000 |
commit | bd142ada9ebc1dec46628c4f6a35635c550a926b (patch) | |
tree | 76dc426f3767ae6bec5c293ac4f76e645a6e9222 /astro/setiathome | |
parent | gtk11 -> gtk12 (diff) |
From a mail by Dan Werthimer <danw@ssl.Berkeley.EDU>:
> david is away till may 3rd. please don't distribute
> any seti@home software until you get an OK from him.
Notes
Notes:
svn path=/head/; revision=18103
Diffstat (limited to 'astro/setiathome')
-rw-r--r-- | astro/setiathome/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index 245aff44b8c9..897f3fe8feb1 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.4 1999/04/22 10:35:25 stb Exp $ +# $Id: Makefile,v 1.5 1999/04/22 12:24:23 stb Exp $ # PKGNAME= setiathome-0.46 @@ -15,6 +15,8 @@ MAINTAINER= stb@freebsd.org ONLY_FOR_ARCHS= i386 +RESTRICTED= "Binary redistribution not authorized." + EXTRACT_CMD= tar EXTRACT_BEFORE_ARGS= -xf EXTRACT_AFTER_ARGS= |