openbsd-ports/x11/gnome/gossip/patches/patch-src_sounds_Makefile_in
jasper 72a421f1ca import gossip 0.24
Gossip is an instant messaging client for GNOME. Layered on top of the
open protocol Jabber is a clean and easy-to-use interface, providing
users of the GNOME Desktop a friendly way to keep in touch with their
friends.

help and ok ajacoutot@
2007-05-27 19:38:47 +00:00

18 lines
719 B
Plaintext

$OpenBSD: patch-src_sounds_Makefile_in,v 1.1.1.1 2007/05/27 19:38:47 jasper Exp $
--- src/sounds/Makefile.in.orig Sun May 27 16:22:27 2007
+++ src/sounds/Makefile.in Sun May 27 16:23:36 2007
@@ -343,13 +343,6 @@ uninstall-soundDATA:
done
install-soundlistDATA: $(soundlist_DATA)
@$(NORMAL_INSTALL)
- test -z "$(soundlistdir)" || $(mkdir_p) "$(DESTDIR)$(soundlistdir)"
- @list='$(soundlist_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(soundlistDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(soundlistdir)/$$f'"; \
- $(soundlistDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(soundlistdir)/$$f"; \
- done
uninstall-soundlistDATA:
@$(NORMAL_UNINSTALL)