summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-09-04 23:39:29 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-09-04 23:39:29 +0000
commit2262dde3ac9b8eeb7790fabdf31128fd2b7c31ba (patch)
tree4644df59e413d3ef6378c2ce857e02802fa28896 /astro
parentUpgrade to 1.6.3 (diff)
gzip -> ${GZIP_CMD}
gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD}
Notes
Notes: svn path=/head/; revision=21266
Diffstat (limited to 'astro')
-rw-r--r--astro/xtide/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile
index 7c3347114040..cc5ba512d3f2 100644
--- a/astro/xtide/Makefile
+++ b/astro/xtide/Makefile
@@ -23,7 +23,7 @@ MAN1= xtide.1
MANCOMPRESSED= no
post-extract:
- @gzip -dc ${DISTDIR}/harmonics.gz > ${WRKSRC}/harmonics
+ @${GZCAT} ${DISTDIR}/harmonics.gz > ${WRKSRC}/harmonics
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xtide ${PREFIX}/bin