openbsd-ports/audio/hydrogen/patches/patch-plugins_wasp_Makefile_in
grange 551fb1b741 Import hydrogen-0.9.3.
Hydrogen is an advanced drum machine. Its main goal is to bring
professional yet simple and intuitive pattern-based drum
programming.

http://www.hydrogen-music.org/
2006-09-25 18:56:00 +00:00

13 lines
494 B
Plaintext

$OpenBSD: patch-plugins_wasp_Makefile_in,v 1.1.1.1 2006/09/25 18:56:00 grange Exp $
--- plugins/wasp/Makefile.in.orig Mon Sep 25 00:36:29 2006
+++ plugins/wasp/Makefile.in Mon Sep 25 00:36:49 2006
@@ -24,7 +24,7 @@ clean:
install:
@echo "Installing WASP plugins"
mkdir -p $(DESTDIR)$(prefix)/lib/hydrogen/plugins/
- @install -vD *.so $(DESTDIR)$(prefix)/lib/hydrogen/plugins
+ @install *.so $(DESTDIR)$(prefix)/lib/hydrogen/plugins
uninstall:
@rm -rf $(DESTDIR)$(prefix)/lib/hydrogen