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 | c6bd92d952e9de7189b800c184508bd6040d9a7e (diff) | |
download | ports-bd142ada9ebc1dec46628c4f6a35635c550a926b.tar.gz ports-bd142ada9ebc1dec46628c4f6a35635c550a926b.zip |
Notes
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= |