1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/audio/audacity/files/patch-Makefile.in
Ruslan Makhmatkhanov 701a0da267 - update to 2.0.3
- switch to .xz distribution
- sort options

while here:
- remove redundancy from COMMENT
- remove DOCS from OPTIONS_DEFAULT (it is already default)
- do not install license twice
- remove conflicts with no more existing -devel port
- install PORTDOCS manually, because earlier they installed into ${PREFIX}/doc/,
  not into ${PREFIX}/doc/${PORTNAME}
- remove trailing whitespace and deprecated Author field from pkg-descr

PR:		175540
Submitted by:	Jack Low <xxjack12xx@gmail.com> (maintainer)
2013-01-27 19:10:34 +00:00

15 lines
514 B
Plaintext

--- ./Makefile.in.orig 2013-01-18 19:50:47.000000000 +0400
+++ ./Makefile.in 2013-01-27 22:38:11.000000000 +0400
@@ -31,11 +31,6 @@
$(INSTALL) -d $(DESTDIR)$(BINDIR)
$(INSTALL) -m 755 audacity $(DESTDIR)$(BINDIR)/$(AUDACITY_NAME)
- # install docs
- $(INSTALL) -d $(DESTDIR)$(DOCDIR)/
- $(INSTALL) -m 644 README.txt $(DESTDIR)$(DOCDIR)/README.txt
- $(INSTALL) -m 644 LICENSE.txt $(DESTDIR)$(DOCDIR)/LICENSE.txt
-
# install manpage
$(INSTALL) -d $(DESTDIR)$(MANDIR)/man1
-test -f help/audacity.1.gz && \