openbsd-ports/audio/audacity/patches/patch-Makefile_in

17 lines
603 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.2 2006/10/12 14:26:03 alek Exp $
--- Makefile.in.orig Sun Nov 27 17:47:27 2005
+++ Makefile.in Sat Oct 7 16:53:52 2006
@@ -39,9 +39,9 @@ install: audacity $(EXTRAINSTALLTARGETS)
# install manpage
$(INSTALL) -d $(DESTDIR)$(MANDIR)/man1
- -test -f help/audacity.1.gz && \
- $(INSTALL) -m 644 help/audacity.1.gz \
- $(DESTDIR)$(MANDIR)/man1/$(AUDACITY_NAME).1.gz
+ -test -f help/audacity.1 && \
+ $(INSTALL) -m 644 help/audacity.1 \
+ $(DESTDIR)$(MANDIR)/man1/$(AUDACITY_NAME).1
# install nyquist
$(INSTALL) -d $(DESTDIR)$(DATADIR)/$(AUDACITY_NAME)/nyquist