summaryrefslogtreecommitdiff
path: root/audio/audacity-devel/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity-devel/files/patch-Makefile.in')
-rw-r--r--audio/audacity-devel/files/patch-Makefile.in17
1 files changed, 0 insertions, 17 deletions
diff --git a/audio/audacity-devel/files/patch-Makefile.in b/audio/audacity-devel/files/patch-Makefile.in
deleted file mode 100644
index c441c03b455e..000000000000
--- a/audio/audacity-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
---- 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