summaryrefslogtreecommitdiffstats
path: root/games/fortune/datfiles/Makefile
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>2000-05-28 04:41:02 +0000
committerhoek <hoek@FreeBSD.org>2000-05-28 04:41:02 +0000
commit31a084a0cda28cf680e3c8ad5551bb65391f3a4d (patch)
tree2bd9f5e219b10a917615b00b36428dc08a786541 /games/fortune/datfiles/Makefile
parent8d4fe8f1176a97cf7787b32b687165f3e98b5b97 (diff)
downloadFreeBSD-src-31a084a0cda28cf680e3c8ad5551bb65391f3a4d.zip
FreeBSD-src-31a084a0cda28cf680e3c8ad5551bb65391f3a4d.tar.gz
Quoting submitter:
This is a recent conversion of an old IBM Mainframe application to the fortune datafile format. The "laws" were extracted from a S/370 Assembler program on a SHARE tape. The comments in the program: *---------------------------------------------------------------------* * 'MURPHY' THE OLE PHILOSOPHER 18 AUGUST 1988 * * * * MURPHY WAS FOUND ON A JES2 TAPE OF ALL PLACES WITH ABOUT * * 500 OR SO SAYINGS. GOT ANOTHER 250 FROM AN UNKNOWN SOURCE * * AND HAVE ADDED ABOUT 100 OR SO MYSELF. * * * [list of changes omitted] * * * JIM MARSHALL, CAPT, USAF * * (301) 688-6829 * * * *---------------------------------------------------------------------* Fortunes that a sufficiently twisted mind could perceive as offensive have been moved to murphy-o. Thanks to the submitter for reviewing these fortunes. The copyright issues were considered before approval. PR: misc/8519 Submitted by: Cy Schubert (misc/8519) Approved by: The Fortune Teller
Diffstat (limited to 'games/fortune/datfiles/Makefile')
-rw-r--r--games/fortune/datfiles/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile
index 4d705c9..20a800d 100644
--- a/games/fortune/datfiles/Makefile
+++ b/games/fortune/datfiles/Makefile
@@ -1,8 +1,8 @@
# @(#)Makefile 8.2 (Berkeley) 4/19/94
# $FreeBSD$
-FILES= fortunes fortunes2 startrek zippy
-BLDS= fortunes.dat fortunes2.dat startrek.dat zippy.dat \
+FILES= fortunes fortunes2 murphy startrek zippy
+BLDS= fortunes.dat fortunes2.dat murphy.dat startrek.dat zippy.dat \
fortunes-o fortunes-o.dat
# Pass all new entries by ${MAINTAINER} to preserve some semblance of
@@ -14,8 +14,8 @@ MAINTAINER= jkh
# THREE LINES AND UNCOMMENT THE FOURTH LINE.
# THE THREE LINES:
-FILES+= fortunes2-o limerick
-BLDS+= fortunes2-o.dat limerick.dat
+FILES+= fortunes2-o limerick murphy-o
+BLDS+= fortunes2-o.dat limerick.dat murphy-o.dat
TYPE= real
# THE FOURTH LINE:
@@ -31,7 +31,7 @@ beforeinstall:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} ${BLDS} \
${DESTDIR}${SHAREDIR}/games/fortune
-.for f in fortunes fortunes2 fortunes2-o limerick startrek zippy
+.for f in fortunes fortunes2 fortunes2-o limerick murphy murphy-o startrek zippy
$f.dat: $f
PATH=$$PATH:/usr/games:${.OBJDIR}/../strfile \
strfile -Crs ${.ALLSRC} ${.TARGET}
OpenPOWER on IntegriCloud