diff options
author | sat <sat@FreeBSD.org> | 2007-10-26 06:53:28 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-10-26 06:53:28 +0800 |
commit | 409c887affb7f9bae2df5f37a984d084a9d7c85c (patch) | |
tree | a73f3f0fa847403a8cc7417aa3b068c74ebdd4ee /x11-themes | |
parent | b49282d421aff33817a1d01815098faa20932a4d (diff) | |
download | freebsd-ports-gnome-409c887affb7f9bae2df5f37a984d084a9d7c85c.tar.gz freebsd-ports-gnome-409c887affb7f9bae2df5f37a984d084a9d7c85c.tar.zst freebsd-ports-gnome-409c887affb7f9bae2df5f37a984d084a9d7c85c.zip |
- Fix a typo in bsd.sites.mk along with all the places it affected
Approved by: oliver (maintainer of the respective ports)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-xfce-engine/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/xfce4-icon-theme/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index 8754bd657009..41fd929fd468 100644 --- a/x11-themes/gtk-xfce-engine/Makefile +++ b/x11-themes/gtk-xfce-engine/Makefile @@ -9,7 +9,7 @@ PORTNAME= gtk-xfce-engine PORTVERSION= 2.4.1 PORTREVISION= 1 CATEGORIES= x11-themes xfce -MASTER_SITES= ${MASTER_SITES_XFCE} +MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org diff --git a/x11-themes/xfce4-icon-theme/Makefile b/x11-themes/xfce4-icon-theme/Makefile index 547f57fa2515..1c999568133b 100644 --- a/x11-themes/xfce4-icon-theme/Makefile +++ b/x11-themes/xfce4-icon-theme/Makefile @@ -9,7 +9,7 @@ PORTNAME= xfce4-icon-theme PORTVERSION= 4.4.1 PORTREVISION= 1 CATEGORIES= x11-themes xfce -MASTER_SITES= ${MASTER_SITES_XFCE} +MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org |