diff options
author | krion <krion@FreeBSD.org> | 2003-12-15 21:31:51 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-15 21:31:51 +0000 |
commit | b9f8ecdd0d720ca8aa88d3371b7d8cbbf5a5533e (patch) | |
tree | fff29e4a43dadd2e6f7b98e52117f518762483f3 /x11-themes | |
parent | 87c9a1071f7cd69421206bcada3f83464a4f36b5 (diff) | |
download | FreeBSD-ports-b9f8ecdd0d720ca8aa88d3371b7d8cbbf5a5533e.zip FreeBSD-ports-b9f8ecdd0d720ca8aa88d3371b7d8cbbf5a5533e.tar.gz |
- Fix MASTER_SITES
- Remove obsolete WWW: line
PR: 60274
Submitted by: Ports Fury
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtkstep/Makefile | 6 | ||||
-rw-r--r-- | x11-themes/gtkstep/distinfo | 2 | ||||
-rw-r--r-- | x11-themes/gtkstep/pkg-descr | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/x11-themes/gtkstep/Makefile b/x11-themes/gtkstep/Makefile index 29bd334..2bb06a6 100644 --- a/x11-themes/gtkstep/Makefile +++ b/x11-themes/gtkstep/Makefile @@ -8,11 +8,15 @@ PORTNAME= gtkstep PORTVERSION= 2.2 CATEGORIES= x11-toolkits -MASTER_SITES= http://bsd.tucows.stop.hu/files/ +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/g/gtk-engines-gtkstep +DISTNAME= gtk-engines-${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= A theme module to make GTK+ look like the NeXTSTEP(tm) interface +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_X_PREFIX= yes USE_GNOME= gtk12 USE_LIBTOOL= yes diff --git a/x11-themes/gtkstep/distinfo b/x11-themes/gtkstep/distinfo index 54a6092..1e0999e 100644 --- a/x11-themes/gtkstep/distinfo +++ b/x11-themes/gtkstep/distinfo @@ -1 +1 @@ -MD5 (gtkstep-2.2.tar.gz) = 22716ce2b8d4d1de8b2947aec3e75064 +MD5 (gtk-engines-gtkstep_2.2.orig.tar.gz) = 22716ce2b8d4d1de8b2947aec3e75064 diff --git a/x11-themes/gtkstep/pkg-descr b/x11-themes/gtkstep/pkg-descr index 3ba7d32..67c4111 100644 --- a/x11-themes/gtkstep/pkg-descr +++ b/x11-themes/gtkstep/pkg-descr @@ -1,4 +1,2 @@ GTKstep is a GTK+ theme engine to improve the boring GTK+ look and feel with the NeXTSTEP(tm) look and feel. - -WWW: http://ulli.on.openave.net/gtkstep/ |