diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-12-31 07:18:11 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-12-31 07:18:11 +0800 |
commit | d44c866c53e75fc436cc4d8a8d3b7d867cfb0ac5 (patch) | |
tree | 5ce325687a281b1f2657718beeb58f2129f5745e /audio/gnomeaudio2/files | |
parent | 0f0cc117baba811e5610f8d1ad63cac5319e5871 (diff) | |
download | freebsd-ports-gnome-d44c866c53e75fc436cc4d8a8d3b7d867cfb0ac5.tar.gz freebsd-ports-gnome-d44c866c53e75fc436cc4d8a8d3b7d867cfb0ac5.tar.zst freebsd-ports-gnome-d44c866c53e75fc436cc4d8a8d3b7d867cfb0ac5.zip |
That's GNOME's sound file.
Diffstat (limited to 'audio/gnomeaudio2/files')
-rw-r--r-- | audio/gnomeaudio2/files/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/gnomeaudio2/files/patch-aa b/audio/gnomeaudio2/files/patch-aa new file mode 100644 index 000000000000..ee90087e72da --- /dev/null +++ b/audio/gnomeaudio2/files/patch-aa @@ -0,0 +1,12 @@ +--- Makefile.orig Tue Dec 29 08:10:44 1998 ++++ Makefile Tue Dec 29 08:11:02 1998 +@@ -4,7 +4,7 @@ + + install: + for I in $(shell find . -name '*.wav'); do \ +- install -d $(prefix)/share/sounds/`dirname $$I`; \ +- install -m444 $$I $(prefix)/share/sounds/$$I; \ ++ install -d $(prefix)/share/gnome/sounds/`dirname $$I`; \ ++ install -m444 $$I $(prefix)/share/gnome/sounds/$$I; \ + done + |