diff options
author | pav <pav@FreeBSD.org> | 2004-08-20 15:22:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-08-20 15:22:45 +0800 |
commit | a65627cfb74f41be56a5e596d8a7e8b53f7c62ce (patch) | |
tree | 2d3514905fb2b9a99f9571a8825ac037cc8f4532 /x11-themes | |
parent | 67891ea38f92c3dd62a1b65880783b87e9e50fb5 (diff) | |
download | freebsd-ports-gnome-a65627cfb74f41be56a5e596d8a7e8b53f7c62ce.tar.gz freebsd-ports-gnome-a65627cfb74f41be56a5e596d8a7e8b53f7c62ce.tar.zst freebsd-ports-gnome-a65627cfb74f41be56a5e596d8a7e8b53f7c62ce.zip |
- Move notif2 from x11-toolkits to x11-themes.
PR: ports/70515
Submitted by: Andrey Slusar <anray@inet.ua>
Repocopy by: marcus
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/notif2/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/Makefile b/x11-themes/Makefile index 03ce0ddbd567..1f6c9e177425 100644 --- a/x11-themes/Makefile +++ b/x11-themes/Makefile @@ -83,6 +83,7 @@ SUBDIR += metacity-theme-iridium-rounded SUBDIR += metacity-theme-microgui SUBDIR += metacity-themes + SUBDIR += notif2 SUBDIR += phase SUBDIR += qinx SUBDIR += qnxstyle diff --git a/x11-themes/notif2/Makefile b/x11-themes/notif2/Makefile index 504287bd6ff0..9b70d1f2545c 100644 --- a/x11-themes/notif2/Makefile +++ b/x11-themes/notif2/Makefile @@ -8,7 +8,7 @@ PORTNAME= notif2 PORTVERSION= 1.0 PORTREVISION= 1 -CATEGORIES= x11-toolkits +CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_THEMES} MASTER_SITE_SUBDIR= notif210 DISTNAME= notif210-${GTKVERSION} |