aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 13:10:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-17 13:10:00 +0000
commitab4355c3cda0c7116e55e544ddfd11f7a9adaab4 (patch)
tree7ab360b45896530464b8aabde42d1755718e85e1 /x11
parenta26c4113848580ce99d9366a85704b773d79b241 (diff)
downloadports-ab4355c3cda0c7116e55e544ddfd11f7a9adaab4.tar.gz
ports-ab4355c3cda0c7116e55e544ddfd11f7a9adaab4.zip
Rename gtk-theme-switch into gtk-themes-witch1 to avoid confusion with the gtk2 version
While here remove the now useless LATEST_LINK
Notes
Notes: svn path=/head/; revision=327478
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk-theme-switch/Makefile5
-rw-r--r--x11/gtk-theme-switch2/Makefile4
2 files changed, 4 insertions, 5 deletions
diff --git a/x11/gtk-theme-switch/Makefile b/x11/gtk-theme-switch/Makefile
index 5902ebe754b3..024d35e0b481 100644
--- a/x11/gtk-theme-switch/Makefile
+++ b/x11/gtk-theme-switch/Makefile
@@ -6,12 +6,13 @@ PORTVERSION= 1.0.1
PORTREVISION= 6
CATEGORIES= x11
MASTER_SITES= http://www.muhri.net/
+PKGNAMESUFFIX= 1
MAINTAINER= ports@FreeBSD.org
-COMMENT= A command line tool for switching GTK+ themes
+COMMENT= Command line tool for switching GTK+ themes
USE_GNOME= gtk12
-USE_GMAKE= yes
+USES= gmake
MAN1= gtk-theme-switch.1
diff --git a/x11/gtk-theme-switch2/Makefile b/x11/gtk-theme-switch2/Makefile
index bfbec5990357..9e5666f8a18e 100644
--- a/x11/gtk-theme-switch2/Makefile
+++ b/x11/gtk-theme-switch2/Makefile
@@ -8,7 +8,7 @@ CATEGORIES= x11
MASTER_SITES= http://www.muhri.net/
MAINTAINER= oleg@bsdpower.com
-COMMENT= A command line tool for switching GTK+ 2.0 themes
+COMMENT= Command line tool for switching GTK+ 2.0 themes
USES= gmake pkgconfig
USE_XORG= x11
@@ -17,6 +17,4 @@ USE_GNOME= gtk20
MAN1= switch2.1
PLIST_FILES= bin/switch2
-LATEST_LINK= gtk-theme-switch2
-
.include <bsd.port.mk>