diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-26 16:51:15 +0000 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /audio/fluidsynth-dssi/files/patch-src-Makefile.in | |
parent | MooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff) |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'audio/fluidsynth-dssi/files/patch-src-Makefile.in')
-rw-r--r-- | audio/fluidsynth-dssi/files/patch-src-Makefile.in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/audio/fluidsynth-dssi/files/patch-src-Makefile.in b/audio/fluidsynth-dssi/files/patch-src-Makefile.in deleted file mode 100644 index 87dd25237c5b..000000000000 --- a/audio/fluidsynth-dssi/files/patch-src-Makefile.in +++ /dev/null @@ -1,21 +0,0 @@ ---- src/Makefile.in.orig Tue Jan 23 21:35:02 2007 -+++ src/Makefile.in Tue Jan 23 21:35:52 2007 -@@ -697,12 +697,12 @@ - - # create symlinks for the plugin to jack-dssi-host - install-exec-hook: -- if test -x $(DESTDIR)$(bindir)/jack-dssi-host$(EXEEXT) ; then \ -- cd $(DESTDIR)$(bindir) ; \ -- if ! test -x ./fluidsynth-dssi$(EXEEXT) ; then \ -- $(LN_S) jack-dssi-host$(EXEEXT) fluidsynth-dssi$(EXEEXT) ; \ -- fi ; \ -- fi -+# if test -x $(DESTDIR)$(bindir)/jack-dssi-host$(EXEEXT) ; then \ -+# cd $(DESTDIR)$(bindir) ; \ -+# if ! test -x ./fluidsynth-dssi$(EXEEXT) ; then \ -+# $(LN_S) jack-dssi-host$(EXEEXT) fluidsynth-dssi$(EXEEXT) ; \ -+# fi ; \ -+# fi - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: |