diff options
author | asami <asami@FreeBSD.org> | 1998-08-25 08:44:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-25 08:44:33 +0800 |
commit | b937352e44e1f240d9b751805046416b5e08125a (patch) | |
tree | 09b43d3fe9698d9a2c3ba65a0418c55e5eae1818 /astro/xtide | |
parent | 04251e7462b83c427f61f826e117651e3f7d2153 (diff) | |
download | freebsd-ports-gnome-b937352e44e1f240d9b751805046416b5e08125a.tar.gz freebsd-ports-gnome-b937352e44e1f240d9b751805046416b5e08125a.tar.zst freebsd-ports-gnome-b937352e44e1f240d9b751805046416b5e08125a.zip |
These ports install uncompressed manpages even though USE_IMAKE is
set, so mark them with MANCOMPRESSED=no. Note that this requires the
new bsd.port.mk that is not committed yet (going through final tests,
will be committed in a few hours).
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 |