diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-07-17 01:33:17 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-07-17 01:33:17 +0000 |
commit | e3e5ed707f480dc14845194c018eba10b96c2dba (patch) | |
tree | 5472ed570295f83a4d1bfca1ca83d3e886f7640a | |
parent | 2af057bd87abc6657a898f09766abd8e77890823 (diff) | |
download | FreeBSD-ports-e3e5ed707f480dc14845194c018eba10b96c2dba.zip FreeBSD-ports-e3e5ed707f480dc14845194c018eba10b96c2dba.tar.gz |
Update to gtkstep 1.6
-rw-r--r-- | x11-themes/gtkstep/Makefile | 7 | ||||
-rw-r--r-- | x11-themes/gtkstep/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/gtkstep/pkg-plist | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkstep/Makefile | 7 | ||||
-rw-r--r-- | x11-toolkits/gtkstep/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtkstep/pkg-plist | 2 |
6 files changed, 14 insertions, 8 deletions
diff --git a/x11-themes/gtkstep/Makefile b/x11-themes/gtkstep/Makefile index e2b68f8..06f5a91 100644 --- a/x11-themes/gtkstep/Makefile +++ b/x11-themes/gtkstep/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gtkstep -# Version required: 1.5 +# Version required: 1.6 # Date Created: 7 nov 98 # Whom: Gilad Rom # -# $Id: Makefile,v 1.6 1999/05/29 04:25:56 steve Exp $ +# $Id: Makefile,v 1.7 1999/06/19 07:48:00 cpiazza Exp $ # -DISTNAME= gtkstep-1.5 +DISTNAME= gtkstep-1.6 CATEGORIES= x11-toolkits MASTER_SITES= http://www-info2.informatik.uni-wuerzburg.de/mitarbeiter/ulli/gtkstep/ \ ftp://sunshine.informatik.uni-wuerzburg.de/pub/wmaker/gtkstep/ @@ -17,6 +17,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +USE_BZIP2= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" diff --git a/x11-themes/gtkstep/distinfo b/x11-themes/gtkstep/distinfo index 5410546..0494c60 100644 --- a/x11-themes/gtkstep/distinfo +++ b/x11-themes/gtkstep/distinfo @@ -1 +1 @@ -MD5 (gtkstep-1.5.tar.gz) = 9027cb5178962acab816fbab9fc30086 +MD5 (gtkstep-1.6.tar.bz2) = ec3263ff204e6f31d60009fa0615d195 diff --git a/x11-themes/gtkstep/pkg-plist b/x11-themes/gtkstep/pkg-plist index 0f0f8c0..c9ac3de 100644 --- a/x11-themes/gtkstep/pkg-plist +++ b/x11-themes/gtkstep/pkg-plist @@ -4,3 +4,5 @@ share/themes/Step/gtk/gtkrc share/themes/engines/libstep.so @dirrm share/themes/Step/gtk @dirrm share/themes/Step +@unexec rmdir %D/share/themes/engines 2>/dev/null || true +@unexec rmdir %D/share/themes 2>/dev/null || true diff --git a/x11-toolkits/gtkstep/Makefile b/x11-toolkits/gtkstep/Makefile index e2b68f8..06f5a91 100644 --- a/x11-toolkits/gtkstep/Makefile +++ b/x11-toolkits/gtkstep/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gtkstep -# Version required: 1.5 +# Version required: 1.6 # Date Created: 7 nov 98 # Whom: Gilad Rom # -# $Id: Makefile,v 1.6 1999/05/29 04:25:56 steve Exp $ +# $Id: Makefile,v 1.7 1999/06/19 07:48:00 cpiazza Exp $ # -DISTNAME= gtkstep-1.5 +DISTNAME= gtkstep-1.6 CATEGORIES= x11-toolkits MASTER_SITES= http://www-info2.informatik.uni-wuerzburg.de/mitarbeiter/ulli/gtkstep/ \ ftp://sunshine.informatik.uni-wuerzburg.de/pub/wmaker/gtkstep/ @@ -17,6 +17,7 @@ LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +USE_BZIP2= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" diff --git a/x11-toolkits/gtkstep/distinfo b/x11-toolkits/gtkstep/distinfo index 5410546..0494c60 100644 --- a/x11-toolkits/gtkstep/distinfo +++ b/x11-toolkits/gtkstep/distinfo @@ -1 +1 @@ -MD5 (gtkstep-1.5.tar.gz) = 9027cb5178962acab816fbab9fc30086 +MD5 (gtkstep-1.6.tar.bz2) = ec3263ff204e6f31d60009fa0615d195 diff --git a/x11-toolkits/gtkstep/pkg-plist b/x11-toolkits/gtkstep/pkg-plist index 0f0f8c0..c9ac3de 100644 --- a/x11-toolkits/gtkstep/pkg-plist +++ b/x11-toolkits/gtkstep/pkg-plist @@ -4,3 +4,5 @@ share/themes/Step/gtk/gtkrc share/themes/engines/libstep.so @dirrm share/themes/Step/gtk @dirrm share/themes/Step +@unexec rmdir %D/share/themes/engines 2>/dev/null || true +@unexec rmdir %D/share/themes 2>/dev/null || true |