diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-10-25 22:53:28 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-10-25 22:53:28 +0000 |
commit | 16f59f05ca6f1c634e35c011b49c47ba648d2dc9 (patch) | |
tree | 50823c6a80d8ab9327405fea7f9e85f4ef55c679 /editors/mousepad | |
parent | 76e6b5835916eb6eea946cad5529f54b6159e385 (diff) |
- Fix a typo in bsd.sites.mk along with all the places it affected
Approved by: oliver (maintainer of the respective ports)
Notes
Notes:
svn path=/head/; revision=202040
Diffstat (limited to 'editors/mousepad')
-rw-r--r-- | editors/mousepad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/mousepad/Makefile b/editors/mousepad/Makefile index de71f51a914a..2026fb0bfeed 100644 --- a/editors/mousepad/Makefile +++ b/editors/mousepad/Makefile @@ -9,7 +9,7 @@ PORTNAME= mousepad PORTVERSION= 0.2.12 PORTREVISION= 2 CATEGORIES= editors xfce -MASTER_SITES= ${MASTER_SITES_XFCE} +MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org |