diff options
author | marcus <marcus@FreeBSD.org> | 2002-06-26 20:19:13 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-06-26 20:19:13 +0000 |
commit | 5e6941d95c0649b71383ef59dce0b0213bb6882a (patch) | |
tree | 73140ead6a84c51a8752cf2544631188fb125501 /x11-wm/metacity-setup | |
parent | 785e128fbd5b96be9c7194bce792b712a751883a (diff) | |
download | FreeBSD-ports-5e6941d95c0649b71383ef59dce0b0213bb6882a.zip FreeBSD-ports-5e6941d95c0649b71383ef59dce0b0213bb6882a.tar.gz |
Update to 0.6.
Diffstat (limited to 'x11-wm/metacity-setup')
-rw-r--r-- | x11-wm/metacity-setup/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/metacity-setup/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/metacity-setup/files/patch-Makefile.in | 11 |
3 files changed, 2 insertions, 13 deletions
diff --git a/x11-wm/metacity-setup/Makefile b/x11-wm/metacity-setup/Makefile index 43761a4..2163c12 100644 --- a/x11-wm/metacity-setup/Makefile +++ b/x11-wm/metacity-setup/Makefile @@ -6,7 +6,7 @@ # PORTNAME= metacity-setup -PORTVERSION= 0.5.2 +PORTVERSION= 0.6 CATEGORIES= x11-wm MASTER_SITES= http://plastercast.tzo.com/~plastercast/Projects/ \ http://www.marcuscom.com/downloads/ \ diff --git a/x11-wm/metacity-setup/distinfo b/x11-wm/metacity-setup/distinfo index 956c9ab..ca36d50 100644 --- a/x11-wm/metacity-setup/distinfo +++ b/x11-wm/metacity-setup/distinfo @@ -1 +1 @@ -MD5 (metacity-setup-0.5.2.tar.gz) = bff60c01b36f9527485404d3f6c01742 +MD5 (metacity-setup-0.6.tar.gz) = 0dd8bfec3dd513f584218b5cbb022bfc diff --git a/x11-wm/metacity-setup/files/patch-Makefile.in b/x11-wm/metacity-setup/files/patch-Makefile.in deleted file mode 100644 index b77c16a..0000000 --- a/x11-wm/metacity-setup/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 \ -+ for pixmap in $(srcdir)/pixmaps/*.png; do \ - if test -f $$pixmap; then \ - $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pixmapdir); \ - $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/metacity-setup/pixmaps; \ |