diff options
Diffstat (limited to 'astro/sattrack/Makefile')
-rw-r--r-- | astro/sattrack/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/astro/sattrack/Makefile b/astro/sattrack/Makefile index 4f3f3cb9fe42..caf7773c4d7f 100644 --- a/astro/sattrack/Makefile +++ b/astro/sattrack/Makefile @@ -1,20 +1,20 @@ # New ports collection makefile for: sattrack -# Version required: 3.1.4 +# Version required: 3.1.6 # Date created: 6 Apr 1996 # Whom: Brent J. Nordquist <bjn@visi.com> # -# $Id: Makefile,v 1.5 1996/12/07 09:28:41 max Exp $ +# $Id: Makefile,v 1.6 1997/01/28 08:11:05 asami Exp $ # -DISTNAME= sattrack-3.1.4 +DISTNAME= sattrack-3.1.6 CATEGORIES= astro MASTER_SITES= http://ssl.berkeley.edu/isi_www/ MAINTAINER= bjn@visi.com -NO_CDROM= "No bundling with commercial product without author's concent" +WRKSRC= ${WRKDIR}/SatTrack-3.1.6/src -WRKSRC= ${WRKDIR}/SatTrack/src -MAKE_FLAGS= PREFIX=${PREFIX} -f +post-install: + @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> |