1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Update to 0.6.

This commit is contained in:
Joe Marcus Clarke 2002-06-26 20:19:13 +00:00
parent a1223905c9
commit 8b7d46d1ed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62051
3 changed files with 2 additions and 13 deletions

View File

@ -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/ \

View File

@ -1 +1 @@
MD5 (metacity-setup-0.5.2.tar.gz) = bff60c01b36f9527485404d3f6c01742
MD5 (metacity-setup-0.6.tar.gz) = 0dd8bfec3dd513f584218b5cbb022bfc

View File

@ -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; \