aboutsummaryrefslogtreecommitdiff
path: root/audio/rsynth/files/patch-Makefile.in
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-14 20:33:58 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-14 20:33:58 +0000
commit6051a78ca2c2555809f8c7b5226c044684dd9cb3 (patch)
tree37e3b74b35a550e7c814a7089e0bd860c0620040 /audio/rsynth/files/patch-Makefile.in
parentc2da4a19a6b4a0a761898e5056f84bd60db1d31c (diff)
downloadports-6051a78ca2c2555809f8c7b5226c044684dd9cb3.tar.gz
ports-6051a78ca2c2555809f8c7b5226c044684dd9cb3.zip
- Switch to USES=autoreconf
Notes
Notes: svn path=/head/; revision=401595
Diffstat (limited to 'audio/rsynth/files/patch-Makefile.in')
-rw-r--r--audio/rsynth/files/patch-Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/rsynth/files/patch-Makefile.in b/audio/rsynth/files/patch-Makefile.in
deleted file mode 100644
index d2f780df5b19..000000000000
--- a/audio/rsynth/files/patch-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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