summaryrefslogtreecommitdiff
path: root/games/xgospel
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-12-12 04:20:20 +0000
committerhubertf <hubertf@pkgsrc.org>1999-12-12 04:20:20 +0000
commit4fb45b5914e7c176b8be7933871b51d885322819 (patch)
treeeea833d9594463ec4090b61fb986eb38900973b7 /games/xgospel
parent52b185a90581c9ac4e7c441cd7721e360377326a (diff)
downloadpkgsrc-4fb45b5914e7c176b8be7933871b51d885322819.tar.gz
Do not call "${INSTALL_PROGRAM} -d" to create a directory. Use
${BSD_INSTALL_PROGRAM_DIR} instead.
Diffstat (limited to 'games/xgospel')
-rw-r--r--games/xgospel/files/patch-sum3
-rw-r--r--games/xgospel/patches/patch-aa13
2 files changed, 16 insertions, 0 deletions
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; \