diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-13 05:22:51 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-12-13 05:22:51 +0000 |
commit | 5d5ccab7a45ad2cccd1a93a24d1d9752ab8da8f4 (patch) | |
tree | 9d778a6657229df0e60f6c8bfc32e4adf1a2a287 /x11-toolkits/gnome--/files/patch-aa | |
parent | Remove, it has been unmaintain for years and doesn't build with FreeBSD 5.x. (diff) |
Remove, it has been unmaintain for years and now no port depend on it.
Notes
Notes:
svn path=/head/; revision=123884
Diffstat (limited to 'x11-toolkits/gnome--/files/patch-aa')
-rw-r--r-- | x11-toolkits/gnome--/files/patch-aa | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-toolkits/gnome--/files/patch-aa b/x11-toolkits/gnome--/files/patch-aa deleted file mode 100644 index 1f57c9a58a6a..000000000000 --- a/x11-toolkits/gnome--/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile.in.orig Sat Sep 9 14:38:02 2000 -+++ src/Makefile.in Tue Sep 12 12:53:37 2000 -@@ -341,12 +341,7 @@ - else \ - echo "WARNING : Couldn't install $(srcdir)/gnome--.h in $(DESTDIR)$(gnomemm_includedir) : can't write in $(DESTDIR)$(gnomemm_includedir)"; \ - fi ; \ -- gnomedir=`gnome-config --libdir`; \ -- if [ -w "$(DESTDIR)$$gnomedir" ]; then \ -- $(INSTALL_DATA) $(srcdir)/gnomemmConf.sh $(DESTDIR)$$gnomedir; \ -- else \ -- echo "WARNING : Couldn't install $(srcdir)/gnomemmConf.sh in $(DESTDIR)$$gnomedir : can't write in $(DESTDIR)$$gnomedir"; \ -- fi -+ $(INSTALL_DATA) $(srcdir)/gnomemmConf.sh $(DESTDIR)$(sysconfdir) - - all-local: - @echo "*** gnome-- finished ***" |