diff -udprN /usr/ports/sysutils/munin-common/files/patch-test-mktemp ./files/patch-test-mktemp --- /usr/ports/sysutils/munin-common/files/patch-test-mktemp 1970-01-01 00:00:00.000000000 +0000 +++ ./files/patch-test-mktemp 2018-12-04 07:57:20.336242000 +0000 @@ -0,0 +1,11 @@ +--- test-mktemp.orig 2018-11-16 02:11:22 UTC ++++ test-mktemp +@@ -53,7 +53,7 @@ MKTEMP='mktemp -p /tmp/ $1' + testfun temp.XXXXXX + + # FreeBSD way +-MKTEMP="mktemp -t /tmp" ++MKTEMP="mktemp" + testfun temp.XXXXXX + + # Plain mktemp