mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
701a0da267
- 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)
15 lines
514 B
Plaintext
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 && \
|