1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

- Fix docs installation.

- Bump PORTREVISION.

Submitted by:	itetcu (QA Tindy)
Approved by:	Jackson Low <xxjack12xx@gmail.com> (maintainer, implicit)
This commit is contained in:
Marcelo Araujo 2008-06-25 22:23:05 +00:00
parent 0d1bdc9be5
commit 801d3113a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215780
2 changed files with 17 additions and 1 deletions

View File

@ -6,7 +6,7 @@
PORTNAME= audacity
PORTVERSION= 1.3.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF
PKGNAMESUFFIX= -devel

View File

@ -0,0 +1,16 @@
--- Makefile.in 2008-06-25 09:55:22.000000000 -0300
+++ Makefile.in.new 2008-06-25 09:58:26.000000000 -0300
@@ -30,11 +30,12 @@
$(INSTALL) -m 755 audacity $(DESTDIR)$(BINDIR)/$(AUDACITY_NAME)
# install docs
+ifeq ($(DOC),yes)
$(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)
$(INSTALL) -d $(DESTDIR)$(DATADIR)/doc/$(AUDACITY_NAME)
$(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
-test -f help/audacity.1.gz && \