summaryrefslogtreecommitdiffstats
path: root/astro/xtide
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-09-04 23:39:29 +0000
committermharo <mharo@FreeBSD.org>1999-09-04 23:39:29 +0000
commitd610693a16663e7e8e0dcd365d9986387c00ccd6 (patch)
tree4392ac6eca61c5f7e66a808b3e8e83411051e773 /astro/xtide
parent21a3785431849d2800979eb9eda3e8d0dccd04fb (diff)
downloadFreeBSD-ports-d610693a16663e7e8e0dcd365d9986387c00ccd6.zip
FreeBSD-ports-d610693a16663e7e8e0dcd365d9986387c00ccd6.tar.gz
gzip -> ${GZIP_CMD}
gzip -d -> ${GUNZIP_CMD} gzip -dc -> ${GZCAT} gunzip -> ${GUNZIP_CMD}
Diffstat (limited to 'astro/xtide')
-rw-r--r--astro/xtide/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xtide/Makefile b/astro/xtide/Makefile
index 7c33471..cc5ba51 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
OpenPOWER on IntegriCloud