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 /misc/xfce4-wm-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 'misc/xfce4-wm-themes')
-rw-r--r-- | misc/xfce4-wm-themes/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xfce4-wm-themes/Makefile b/misc/xfce4-wm-themes/Makefile index 373262ae4c83..f247d85343cd 100644 --- a/misc/xfce4-wm-themes/Makefile +++ b/misc/xfce4-wm-themes/Makefile @@ -8,7 +8,7 @@ PORTNAME= xfce4-wm-themes PORTVERSION= 4.4.1 CATEGORIES= misc xfce -MASTER_SITES= ${MASTER_SITES_XFCE} +MASTER_SITES= ${MASTER_SITE_XFCE} DISTNAME= xfwm4-themes-${PORTVERSION} DIST_SUBDIR= xfce4 |