diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-28 10:24:10 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-28 10:24:10 +0800 |
commit | 641b4884ebf3f61f637c5d23f06bb3cc51f74c2a (patch) | |
tree | 6cdd3edd6d4df7799ba7101d5f5deb652cbfae8b /audio/gnomeaudio2/files | |
parent | 1c2e1fddc027601fbb83c95f2d50c5490095991a (diff) | |
download | freebsd-ports-gnome-641b4884ebf3f61f637c5d23f06bb3cc51f74c2a.tar.gz freebsd-ports-gnome-641b4884ebf3f61f637c5d23f06bb3cc51f74c2a.tar.zst freebsd-ports-gnome-641b4884ebf3f61f637c5d23f06bb3cc51f74c2a.zip |
gnomeaudio2 -> gnome-audio
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.
My team, FreeBSD GNOME Team, have agreed with it.
As for deskutils/timer-applet, x11/gnome2 and x11/gnome2-lite chase the rename.
PR: ports/97985
Repocopy by: marcus
Diffstat (limited to 'audio/gnomeaudio2/files')
-rw-r--r-- | audio/gnomeaudio2/files/patch-Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/gnomeaudio2/files/patch-Makefile b/audio/gnomeaudio2/files/patch-Makefile deleted file mode 100644 index f5556e24f16d..000000000000 --- a/audio/gnomeaudio2/files/patch-Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig Thu Feb 15 14:40:33 2001 -+++ Makefile Mon Feb 26 19:24:22 2001 -@@ -1,3 +1 @@ --prefix=$(shell gnome-config --prefix) -- - LN_S=ln -sf -@@ -14,4 +12,4 @@ - for I in *.wav */*.wav ; do \ -- $(MKINSTALLDIRS) $(prefix)/share/sounds/`dirname $$I`; \ -- $(INSTALL_DATA) $$I $(prefix)/share/sounds/$$I; \ -+ $(MKINSTALLDIRS) $(PREFIX)/share/gnome/sounds/`dirname $$I`; \ -+ $(INSTALL_DATA) $$I $(PREFIX)/share/gnome/sounds/$$I; \ - done -@@ -19,3 +17,3 @@ - install-default-links: -- $(LN_S) startup3.wav $(prefix)/share/sounds/login.wav -- $(LN_S) shutdown1.wav $(prefix)/share/sounds/logout.wav -+ $(LN_S) startup3.wav $(PREFIX)/share/gnome/sounds/login.wav -+ $(LN_S) shutdown1.wav $(PREFIX)/share/gnome/sounds/logout.wav |