summaryrefslogtreecommitdiff
path: root/games-misc/bsd-games/files/bsd-games-3.1-no-install-manpages-automatically.patch
blob: 590b595afa5f1131caa441c7de30feac71e8862b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/Makefile
+++ b/Makefile
@@ -20,10 +20,6 @@ $O%.o:	%.c
 	echo "    Compiling $< to assembly ..."
 	${CC} ${cflags} -S -o $@ -c $<
 
-$O%.6.gz:	%.6
-	echo "    Compressing $@ ..."
-	gzip -c9 $< > $@
-
 ################ Installation ##########################################
 
 ifdef bindir