a8ea4a8
--- fortune-mod-1.99.1/Makefile	2004-03-05 05:29:56.000000000 -0800
a8ea4a8
+++ fortune-mod-1.99.1/Makefile.nooff	2005-03-13 09:08:19.087006816 -0800
a8ea4a8
@@ -29,7 +29,7 @@
a8ea4a8
 FORTMANDIR=$(prefix)/usr/share/man/man6
cvsextras 10e8a72
 FORTMANEXT=6
cvsextras 10e8a72
 # Do we want to install the offensive files? (0 no, 1 yes)
cvsextras 10e8a72
-OFFENSIVE=1
cvsextras 10e8a72
+OFFENSIVE=0
cvsextras 10e8a72
 # Do we want to install files with html tags? (0 no, 1 yes)
cvsextras 10e8a72
 # (Note: These files are not yet available)
cvsextras 10e8a72
 WEB=0
a8ea4a8
@@ -156,10 +156,7 @@
a8ea4a8
 	@echo -n "Building fortune/fortune.man ... "
a8ea4a8
 	@cat fortune/fortune-man.part1 >fortune/fortune.man
a8ea4a8
 	@echo ".I $(COOKIEDIR)" >>fortune/fortune.man
a8ea4a8
-	@echo "Directory for innoffensive fortunes." >>fortune/fortune.man
a8ea4a8
-	@echo ".TP" >>fortune/fortune.man
a8ea4a8
-	@echo ".I $(OCOOKIEDIR)" >>fortune/fortune.man
a8ea4a8
-	@echo "Directory for offensive fortunes." >>fortune/fortune.man
a8ea4a8
+	@echo "Directory for fortunes." >>fortune/fortune.man
a8ea4a8
 	@cat fortune/fortune-man.part2 >>fortune/fortune.man
a8ea4a8
 	@echo done.
cvsextras 10e8a72