summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-26 20:19:13 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-06-26 20:19:13 +0000
commit8b7d46d1edc9fa9f456a9a3b4d1d34f4a7a4a51c (patch)
tree030431b54c076c801e5c8ef800cbd5a21fee5144 /x11-wm
parentFix build on -CURRENT: (diff)
Update to 0.6.
Notes
Notes: svn path=/head/; revision=62051
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/metacity-setup/Makefile2
-rw-r--r--x11-wm/metacity-setup/distinfo2
-rw-r--r--x11-wm/metacity-setup/files/patch-Makefile.in11
3 files changed, 2 insertions, 13 deletions
diff --git a/x11-wm/metacity-setup/Makefile b/x11-wm/metacity-setup/Makefile
index 43761a4b8a1c..2163c12d8325 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 956c9abb38bb..ca36d5065f0a 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 b77c16a9b540..000000000000
--- 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; \