diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-08 22:04:57 +0000 |
commit | a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba (patch) | |
tree | 3ffd72b216e533f037cfc7f06f222ca72e602018 /astro/sattrack | |
parent | bcd8ffd9d02ae8abfa24cfffffc4c496a55b29e2 (diff) | |
download | ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.tar.gz ports-a0cb9ec98b59ded6aa7cb0b3f453902fd3ea72ba.zip |
Notes
Diffstat (limited to 'astro/sattrack')
-rw-r--r-- | astro/sattrack/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/astro/sattrack/Makefile b/astro/sattrack/Makefile index 31cc1767d778..c6a527f966a0 100644 --- a/astro/sattrack/Makefile +++ b/astro/sattrack/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: sattrack -# Version required: 3.1.6 # Date created: 6 Apr 1996 # Whom: Brent J. Nordquist <bjn@visi.com> # # $FreeBSD$ # -DISTNAME= sattrack-3.1.6 -CATEGORIES= astro -MASTER_SITES= ${MASTER_SITE_LOCAL} +PORTNAME= sattrack +PORTVERSION= 3.1.6 +CATEGORIES= astro +MASTER_SITES= ${MASTER_SITE_LOCAL} -MAINTAINER= bjn@visi.com +MAINTAINER= bjn@visi.com -USE_XLIB= yes -WRKSRC= ${WRKDIR}/SatTrack-3.1.6/src +USE_XLIB= yes +WRKSRC= ${WRKDIR}/SatTrack-${PORTVERSION}/src post-install: @${CAT} ${PKGMESSAGE} |