summaryrefslogtreecommitdiff
path: root/audio/sox/files/patch-Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'audio/sox/files/patch-Makefile.am')
-rw-r--r--audio/sox/files/patch-Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/sox/files/patch-Makefile.am b/audio/sox/files/patch-Makefile.am
deleted file mode 100644
index 3f216d7a777b..000000000000
--- a/audio/sox/files/patch-Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-Work around a ports bug wrt symlinking manpages in different
-categories, by copying the manpage instead.
-
---- Makefile.am.orig 2013-01-30 11:40:06.000000000 +0900
-+++ Makefile.am 2014-02-08 01:46:11.000000000 +0900
-@@ -118,7 +118,7 @@
- install-data-hook:
- cd $(DESTDIR)$(mandir)/man1 && $(RM) play.1 && $(LN_S) sox.1 play.1
- cd $(DESTDIR)$(mandir)/man1 && $(RM) rec.1 && $(LN_S) sox.1 rec.1
-- cd $(DESTDIR)$(mandir)/man7 && $(RM) soxeffect.7 && $(LN_S) ../man1/sox.1 soxeffect.7
-+ cd $(DESTDIR)$(mandir)/man7 && $(RM) soxeffect.7 && cp ../man1/sox.1 soxeffect.7
-
- uninstall-hook:
- $(RM) $(DESTDIR)$(mandir)/man1/play.1