diff options
author | max <max@FreeBSD.org> | 1996-12-07 09:28:48 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-07 09:28:48 +0000 |
commit | 6cbc38c42b7baf5dbf4be0c82d9bedfb772a2bf7 (patch) | |
tree | b1bd88b22450132822fc0012f28a3e7da8186f6b /astro/sattrack | |
parent | ed6a3fbdb5c09e88afc3f25a1cf8b083264ca9a0 (diff) | |
download | FreeBSD-ports-6cbc38c42b7baf5dbf4be0c82d9bedfb772a2bf7.zip FreeBSD-ports-6cbc38c42b7baf5dbf4be0c82d9bedfb772a2bf7.tar.gz |
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED.
Diffstat (limited to 'astro/sattrack')
-rw-r--r-- | astro/sattrack/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/astro/sattrack/Makefile b/astro/sattrack/Makefile index 16e7f53..a0ce61a 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: Makefile,v 1.3 1996/10/31 11:22:02 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/15 22:34:53 obrien Exp $ # DISTNAME= sattrack-3.1.4 @@ -12,10 +12,7 @@ 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 +NO_CDROM= "No bundling with commercial product without author's concent" WRKSRC= ${WRKDIR}/SatTrack/src MAKE_FLAGS= PREFIX=${PREFIX} -f |