diff options
author | stb <stb@FreeBSD.org> | 1999-04-23 18:27:31 +0000 |
---|---|---|
committer | stb <stb@FreeBSD.org> | 1999-04-23 18:27:31 +0000 |
commit | 95d521ea8d43f0913934e361b4c6c8dbda5e4263 (patch) | |
tree | e68e09b391c71b353de3b2f2f8768b3499be4b12 /astro | |
parent | 4ef85cddefd81ba046390ec2c1522ae6365d415b (diff) | |
download | FreeBSD-ports-95d521ea8d43f0913934e361b4c6c8dbda5e4263.zip FreeBSD-ports-95d521ea8d43f0913934e361b4c6c8dbda5e4263.tar.gz |
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.
Diffstat (limited to 'astro')
-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 245aff4..897f3fe 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= |