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-fm | |
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-fm')
-rw-r--r-- | x11-fm/thunar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/thunar/Makefile b/x11-fm/thunar/Makefile index 4030d89d81ac..02ac628e6829 100644 --- a/x11-fm/thunar/Makefile +++ b/x11-fm/thunar/Makefile @@ -9,7 +9,7 @@ PORTNAME= Thunar PORTVERSION= 0.8.0 PORTREVISION= 5 CATEGORIES= x11-fm xfce -MASTER_SITES= ${MASTER_SITES_XFCE} +MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org |