diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/rsynth/files/patch-Makefile.in | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363157
Diffstat (limited to 'audio/rsynth/files/patch-Makefile.in')
-rw-r--r-- | audio/rsynth/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/rsynth/files/patch-Makefile.in b/audio/rsynth/files/patch-Makefile.in new file mode 100644 index 000000000000..d2f780df5b19 --- /dev/null +++ b/audio/rsynth/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- ./Makefile.in.org Tue Nov 8 05:30:52 1994 ++++ ./Makefile.in Mon Jul 3 21:29:28 1995 +@@ -67,7 +67,7 @@ + for f in $(PROGS); do \ + $(INSTALL_PROG) $$f $(BIN_DIR); \ + done +- $(INSTALL) -d $(LIB_DIR) ++ if [ ! -d $(LIB_DIR) ]; then mkdir -p $(LIB_DIR); fi + for f in $(DICTS); do \ + $(INSTALL_DATA) $$f $(LIB_DIR); \ + done |