--- Makefile.old	2011-12-02 10:16:46.000000000 +0000
+++ Makefile	2011-12-02 10:18:04.000000000 +0000
@@ -5,7 +5,7 @@
 COV_TEST= 	# Perform test coverage?
 PREFIX=/usr/local
 
-MAN=sslh.8.gz	# man page name
+MAN=sslh.8	# man page name
 
 # End of configuration -- the rest should take care of
 # itself
@@ -46,7 +46,7 @@
 	$(CC) $(CFLAGS) -o echosrv echosrv.o common.o $(LIBS)
 
 $(MAN): sslh.pod Makefile
-	pod2man --section=8 --release=$(VERSION) --center=" " sslh.pod | gzip -9 - > $(MAN)
+	pod2man --section=8 --release=$(VERSION) --center=" " sslh.pod > $(MAN)
 
 # generic install: install binary and man page
 install: sslh $(MAN)
