From 7a4ed77cf3a6a3a9d3fce448dee7d364f4ad5d1a Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 12 Dec 1999 04:20:20 +0000 Subject: Do not call "${INSTALL_PROGRAM} -d" to create a directory. Use ${BSD_INSTALL_PROGRAM_DIR} instead. --- games/xgospel/files/patch-sum | 3 +++ games/xgospel/patches/patch-aa | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 games/xgospel/files/patch-sum create mode 100644 games/xgospel/patches/patch-aa (limited to 'games/xgospel') diff --git a/games/xgospel/files/patch-sum b/games/xgospel/files/patch-sum new file mode 100644 index 00000000000..29bb0c83f99 --- /dev/null +++ b/games/xgospel/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 1999/12/12 04:20:20 hubertf Exp $ + +MD5 (patch-aa) = 22871d3ed8a0a067c3223cd4072a6529 diff --git a/games/xgospel/patches/patch-aa b/games/xgospel/patches/patch-aa new file mode 100644 index 00000000000..4dd1b7e3dd8 --- /dev/null +++ b/games/xgospel/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 1999/12/12 04:20:21 hubertf Exp $ + +--- Makefile.in.orig Sun Dec 12 05:15:06 1999 ++++ Makefile.in Sun Dec 12 05:15:42 1999 +@@ -163,7 +163,7 @@ + ############################################################################### + + installdirs: +- $(INSTALL_PROGRAM) -d $(bindir) ++ $(BSD_INSTALL_PROGRAM_DIR) -d $(bindir) + + install: all installdirs + case '${MFLAGS}' in *[ik]*) set +e;; *) set -e;; esac; \ -- cgit v1.2.3