summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/uudx/files/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/converters/uudx/files/Makefile b/converters/uudx/files/Makefile
index c34d155526ae..341536aa6c3e 100644
--- a/converters/uudx/files/Makefile
+++ b/converters/uudx/files/Makefile
@@ -20,7 +20,3 @@ install: ${PROGRAM}
${INSTALL} -c -s ${PROGRAM} ${PREFIX}/bin
mkdir -p ${MANDIR}
${INSTALL} -c ${MANPAGE} ${MANDIR}
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${MANDIR}/${MANPAGE}
-
-.endif