diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1996-04-15 09:35:10 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1996-04-15 09:35:10 +0000 |
commit | e73d9219a31f813d90adfd889ee0dc71d07d6003 (patch) | |
tree | 6e61ffbbbeb10af7b0ea6af6a47c386b1df0c417 /astro/sattrack/Makefile | |
parent | Upgrade to April 14th version of WINE. (diff) |
Add NO_CDROM=yes; SatTrack has a restrictive copyright.
Notes
Notes:
svn path=/head/; revision=2997
Diffstat (limited to 'astro/sattrack/Makefile')
-rw-r--r-- | astro/sattrack/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/astro/sattrack/Makefile b/astro/sattrack/Makefile index 55826a7436e5..33caa21c41ef 100644 --- a/astro/sattrack/Makefile +++ b/astro/sattrack/Makefile @@ -3,7 +3,7 @@ # Date created: 6 Apr 1996 # Whom: Brent J. Nordquist <nordquist@platinum.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/04/09 06:03:51 asami Exp $ # DISTNAME= sattrack-3.1.4 @@ -12,6 +12,11 @@ MASTER_SITES= http://ssl.berkeley.edu/isi_www/ MAINTAINER= nordquist@platinum.com +# restrictive copyright: distribution via ftp is OK, +# bundling with commercial products (CDROM) is forbidden +# without author's consent +NO_CDROM= yes + WRKSRC= ${WRKDIR}/SatTrack/src MAKE_FLAGS= PREFIX=${PREFIX} -f |