diff options
-rw-r--r-- | x11-wm/metacity-setup/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/metacity-setup/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/metacity-setup/files/patch-Makefile.in | 26 |
3 files changed, 11 insertions, 23 deletions
diff --git a/x11-wm/metacity-setup/Makefile b/x11-wm/metacity-setup/Makefile index 0b5dc0a70b71..43761a4b8a1c 100644 --- a/x11-wm/metacity-setup/Makefile +++ b/x11-wm/metacity-setup/Makefile @@ -6,10 +6,10 @@ # PORTNAME= metacity-setup -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= x11-wm -MASTER_SITES= http://www.marcuscom.com/downloads/ \ - http://plastercast.tzo.com/~plastercast/Projects/ \ +MASTER_SITES= http://plastercast.tzo.com/~plastercast/Projects/ \ + http://www.marcuscom.com/downloads/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= marcus diff --git a/x11-wm/metacity-setup/distinfo b/x11-wm/metacity-setup/distinfo index efa206eb1311..956c9abb38bb 100644 --- a/x11-wm/metacity-setup/distinfo +++ b/x11-wm/metacity-setup/distinfo @@ -1 +1 @@ -MD5 (metacity-setup-0.5.1.tar.gz) = f312ad8c77a891281bb995ee7010cd06 +MD5 (metacity-setup-0.5.2.tar.gz) = bff60c01b36f9527485404d3f6c01742 diff --git a/x11-wm/metacity-setup/files/patch-Makefile.in b/x11-wm/metacity-setup/files/patch-Makefile.in index 13df87f8f2b8..b77c16a9b540 100644 --- a/x11-wm/metacity-setup/files/patch-Makefile.in +++ b/x11-wm/metacity-setup/files/patch-Makefile.in @@ -1,23 +1,11 @@ ---- Makefile.in.orig Mon Jun 17 12:05:59 2002 -+++ Makefile.in Mon Jun 17 16:11:32 2002 -@@ -90,7 +90,7 @@ - EXTRA_DIST = autogen.sh metacity-setup.desktop metacity-setup.desktop.in - - --pixmapdir = $(prefix)/share/pixmaps -+pixmapdir = $(datadir)/pixmaps - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = config.h -@@ -399,9 +399,10 @@ - @$(NORMAL_INSTALL) +--- Makefile.in.orig Thu Jun 20 17:45:20 2002 ++++ Makefile.in Thu Jun 20 17:45:32 2002 +@@ -419,7 +419,7 @@ if test -d $(srcdir)/pixmaps; then \ $(mkinstalldirs) $(DESTDIR)$(pixmapdir); \ -+ $(mkinstalldirs) $(DESTDIR)$(datadir)/metacity-setup/pixmaps; \ - for pixmap in $(srcdir)/pixmaps/*; do \ + $(mkinstalldirs) $(DESTDIR)$(datadir)/metacity-setup/pixmaps; \ +- for pixmap in $(srcdir)/pixmaps/*; do \ ++ for pixmap in $(srcdir)/pixmaps/*.png; do \ if test -f $$pixmap; then \ -- $(INSTALL_DATA) $$pixmap $(DESTDIR)$(prefix)/share/pixmaps; \ -+ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pixmapdir); \ + $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pixmapdir); \ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/metacity-setup/pixmaps; \ - fi \ - done \ |