diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-17 21:10:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-17 21:10:00 +0800 |
commit | 3d1f04c07c9d79b045144b4f2a3147c930cffbcd (patch) | |
tree | 7ab360b45896530464b8aabde42d1755718e85e1 /x11 | |
parent | 0279dac5d1ee8b1fe441b0e99e791bbf3ee1eddf (diff) | |
download | freebsd-ports-gnome-3d1f04c07c9d79b045144b4f2a3147c930cffbcd.tar.gz freebsd-ports-gnome-3d1f04c07c9d79b045144b4f2a3147c930cffbcd.tar.zst freebsd-ports-gnome-3d1f04c07c9d79b045144b4f2a3147c930cffbcd.zip |
Rename gtk-theme-switch into gtk-themes-witch1 to avoid confusion with the gtk2 version
While here remove the now useless LATEST_LINK
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk-theme-switch/Makefile | 5 | ||||
-rw-r--r-- | x11/gtk-theme-switch2/Makefile | 4 |
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> |