summaryrefslogtreecommitdiffstats
path: root/games/fortune
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2016-09-02 11:55:24 +0000
committertb <tb@openbsd.org>2016-09-02 11:55:24 +0000
commit24605cc5b95c29933585c942143d77d999c4302d (patch)
tree5af27cb670902a87eb8042c05b60cc77f5687ee1 /games/fortune
parentTerminate relayd using the socket status instead of watching SIGCHLD (diff)
downloadwireguard-openbsd-24605cc5b95c29933585c942143d77d999c4302d.tar.xz
wireguard-openbsd-24605cc5b95c29933585c942143d77d999c4302d.zip
Make build deterministic by not randomizing the datfiles themselves,
random lines are selected on output and that's enough. From daniel, ok tb
Diffstat (limited to 'games/fortune')
-rw-r--r--games/fortune/datfiles/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/fortune/datfiles/Makefile b/games/fortune/datfiles/Makefile
index 40c86203cab..5c7de832367 100644
--- a/games/fortune/datfiles/Makefile
+++ b/games/fortune/datfiles/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2003/09/26 03:08:44 beck Exp $
+# $OpenBSD: Makefile,v 1.7 2016/09/02 11:55:24 tb Exp $
# $NetBSD: Makefile,v 1.15 1996/02/29 00:21:16 jtc Exp $
# @(#)Makefile 8.2 (Berkeley) 4/19/94
@@ -32,10 +32,10 @@ install: ${SRCS} ${BLDS}
${DESTDIR}/usr/share/games/fortune
fortunes.dat fortunes2.dat fortunes2-o.dat limerick.dat startrek.dat zippy.dat recipes.dat:
- ${STRFILE} -rs ${.CURDIR}/${.TARGET:R} ${.TARGET}
+ ${STRFILE} -s ${.CURDIR}/${.TARGET:R} ${.TARGET}
fortunes-o.dat: fortunes-o
- ${STRFILE} -rsx fortunes-o ${.TARGET}
+ ${STRFILE} -sx fortunes-o ${.TARGET}
fortunes-o: fortunes-o.${TYPE}
tr [a-zA-Z] [n-za-mN-ZA-M] < ${.ALLSRC} > ${.TARGET}