diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-17 01:33:17 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-07-17 01:33:17 +0000 |
commit | db82b84c36cee0648f40ca4ca9028bf379721754 (patch) | |
tree | ed224b5ffef7ef49706ce26c1936fb20b98d7a65 /x11-themes/gtkstep | |
parent | 5a9ba1016acf4cfc82ab8aad080c7b617246f615 (diff) | |
download | ports-db82b84c36cee0648f40ca4ca9028bf379721754.tar.gz ports-db82b84c36cee0648f40ca4ca9028bf379721754.zip |
Notes
Diffstat (limited to 'x11-themes/gtkstep')
-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 |
3 files changed, 7 insertions, 4 deletions
diff --git a/x11-themes/gtkstep/Makefile b/x11-themes/gtkstep/Makefile index e2b68f85ea08..06f5a913419d 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 5410546cfa43..0494c6096675 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 0f0f8c02d2e1..c9ac3de8e98f 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 |