summaryrefslogtreecommitdiff
path: root/audio/audacity/files/patch-Makefile.in
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-03 13:10:47 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-03 13:10:47 +0000
commit9a2f6d6d3c0a395ab13652017130ebf8a109d9ec (patch)
tree27bf06bc2210a2f6a6c578a26416cefaa050d5cf /audio/audacity/files/patch-Makefile.in
parent- Update to version 1.2.0 (diff)
- Add missing patches
Notes
Notes: svn path=/head/; revision=102817
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