summaryrefslogtreecommitdiff
path: root/audio/audacity/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity/files/patch-Makefile.in')
-rw-r--r--audio/audacity/files/patch-Makefile.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/audio/audacity/files/patch-Makefile.in b/audio/audacity/files/patch-Makefile.in
new file mode 100644
index 000000000000..c441c03b455e
--- /dev/null
+++ b/audio/audacity/files/patch-Makefile.in
@@ -0,0 +1,17 @@
+--- Makefile.in.orig Tue Dec 2 22:43:47 2003
++++ Makefile.in Tue Dec 2 22:46:38 2003
+@@ -27,12 +27,14 @@
+ $(INSTALL) -d $(DESTDIR)$(BINDIR)
+ $(INSTALL) -m 755 audacity $(DESTDIR)$(BINDIR)/$(AUDACITY_NAME)
+
++ifeq ($(DOC),yes)
+ # install docs
+ $(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)
+ -test -f audacity-1.2-help.htb && $(INSTALL) -m 644 audacity-1.2-help.htb \
+ $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/audacity-1.2-help.htb
+ $(INSTALL) -m 644 README.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/README.txt
+ $(INSTALL) -m 644 LICENSE.txt $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)/LICENSE.txt
++endif
+
+ # install manpage
+ $(INSTALL) -d $(DESTDIR)$(MANDIR)/man1