diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-02-02 01:49:22 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-02-02 01:49:22 +0000 |
commit | 0e1984fe62607858db2bafe3891862eb870531bd (patch) | |
tree | 5a6e0ddb9926023a9f664f2b7761e5db480537d6 /astro/xtide/Makefile | |
parent | fix for new select() behavior in FreeBSD-current. (diff) |
Change EXTRACT_ONLY too, see previous commit why.
Diffstat (limited to 'astro/xtide/Makefile')
-rw-r--r-- | astro/xtide/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index ff321a3f3c5f..d5ff84e39368 100644 --- a/astro/xtide/Makefile +++ b/astro/xtide/Makefile @@ -3,7 +3,7 @@ # Date created: 30 August 1997 # Whom: Brion Moss <brion@queeg.com> # -# $Id: Makefile,v 1.2 1997/11/29 00:58:08 asami Exp $ +# $Id: Makefile,v 1.3 1998/01/31 14:40:55 jseger Exp $ # DISTNAME= xtide-1.6.2 @@ -16,7 +16,7 @@ MAINTAINER= brion@queeg.com # www.universe.digex.net is broken FETCH_BEFORE_ARGS= -t -EXTRACT_ONLY= xtide-1.6.2.tgz +EXTRACT_ONLY= xtide-1.6.2.tar.gz USE_IMAKE= yes NO_WRKSUBDIR= yes MAN1= xtide.1 |