diff options
author | asami <asami@FreeBSD.org> | 1998-02-02 09:49:22 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-02 09:49:22 +0800 |
commit | 38bf45a71e67887c0ec4488fa50f8666c42493c1 (patch) | |
tree | 5fcc2149e017939a5851ebe64c94630384dcbcfd /astro/xtide | |
parent | 3580a90fae7525ce2a19fd4dc3b01e142a742aa3 (diff) | |
download | freebsd-ports-gnome-38bf45a71e67887c0ec4488fa50f8666c42493c1.tar.gz freebsd-ports-gnome-38bf45a71e67887c0ec4488fa50f8666c42493c1.tar.zst freebsd-ports-gnome-38bf45a71e67887c0ec4488fa50f8666c42493c1.zip |
Change EXTRACT_ONLY too, see previous commit why.
Diffstat (limited to 'astro/xtide')
-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 |