diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 00:44:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 00:44:33 +0000 |
commit | d211d15440acc7fb851503f7f2e09fa7c14985c5 (patch) | |
tree | 3aeffc9c0db2e54a014030da57d0e588b13408af /astro/xtide | |
parent | 6b0bd40311a8abadb8e27f01569de65eff753e4a (diff) | |
download | ports-d211d15440acc7fb851503f7f2e09fa7c14985c5.tar.gz ports-d211d15440acc7fb851503f7f2e09fa7c14985c5.zip |
Notes
Diffstat (limited to 'astro/xtide')
-rw-r--r-- | astro/xtide/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile index ffe7aaae37c3..3fd3fc845015 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.5 1998/08/20 17:42:06 jseger Exp $ +# $Id: Makefile,v 1.6 1998/08/21 02:22:36 jseger Exp $ # DISTNAME= xtide-1.6.2 @@ -20,6 +20,7 @@ EXTRACT_ONLY= xtide-1.6.2.tar.gz USE_IMAKE= yes NO_WRKSUBDIR= yes MAN1= xtide.1 +MANCOMPRESSED= no post-extract: @gzip -dc ${DISTDIR}/harmonics.gz > ${WRKSRC}/harmonics |