diff options
author | agc <agc@pkgsrc.org> | 1998-03-31 12:54:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-03-31 12:54:06 +0000 |
commit | 0b8133a32f2ee055dd791cd557321a94171c5956 (patch) | |
tree | 87ecd5f73c6124fa90bc38bf42a6c811aafd41ad /textproc/unroff | |
parent | f532fb058842685485c0b8e5a96bcbc20ee0b1f2 (diff) | |
download | pkgsrc-0b8133a32f2ee055dd791cd557321a94171c5956.tar.gz |
Don't bother gzipping the manual pages.
Diffstat (limited to 'textproc/unroff')
-rw-r--r-- | textproc/unroff/scripts/configure | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/unroff/scripts/configure b/textproc/unroff/scripts/configure index 07313cf231a..aabb4558979 100644 --- a/textproc/unroff/scripts/configure +++ b/textproc/unroff/scripts/configure @@ -21,9 +21,6 @@ install: cp doc/tmac.hyper misc/sample.unroff \${LIBDIR}/misc @chown -R bin.bin \${LIBDIR} install -c -m 644 -o bin -g bin doc/*.1 \${MANDIR} -.if !defined(NOMANCOMPRESS) - gzip -9nf \${MANDIR}/unroff*.1 -.endif EOF |