diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 09:28:48 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 09:28:48 +0000 |
commit | 1c66bfbf12cafd563d303aeb317a94d29ac289e2 (patch) | |
tree | 452ea99c19a43d7a5d27ecc9c884e5fa1ae62cdf /astro | |
parent | 15dab03ed9814a74cf8803678ef66d4c5838769e (diff) | |
download | ports-1c66bfbf12cafd563d303aeb317a94d29ac289e2.tar.gz ports-1c66bfbf12cafd563d303aeb317a94d29ac289e2.zip |
Notes
Diffstat (limited to 'astro')
-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 16e7f53e0a70..a0ce61af2354 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 |