diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-02 15:19:04 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-02 15:19:04 +0800 |
commit | 0a0901f8c0e18c4616cfbea924efe9ddb8560d70 (patch) | |
tree | 503919e64ae7ec92662b6c6649b6b3b7a30cccdc /sysutils | |
parent | c03bca0304c81195dfc57cbc9ba2bfe9cf7e7112 (diff) | |
download | marcuscom-ports-0a0901f8c0e18c4616cfbea924efe9ddb8560d70.tar marcuscom-ports-0a0901f8c0e18c4616cfbea924efe9ddb8560d70.tar.gz marcuscom-ports-0a0901f8c0e18c4616cfbea924efe9ddb8560d70.tar.bz2 marcuscom-ports-0a0901f8c0e18c4616cfbea924efe9ddb8560d70.tar.lz marcuscom-ports-0a0901f8c0e18c4616cfbea924efe9ddb8560d70.tar.xz marcuscom-ports-0a0901f8c0e18c4616cfbea924efe9ddb8560d70.tar.zst marcuscom-ports-0a0901f8c0e18c4616cfbea924efe9ddb8560d70.zip |
Correct the path to the MIME files.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9115 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-control-center/Makefile | 4 | ||||
-rw-r--r-- | sysutils/gnome-control-center/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile index ce959c6fc..8c8ccd7f4 100644 --- a/sysutils/gnome-control-center/Makefile +++ b/sysutils/gnome-control-center/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.142 2007/06/25 16:03:50 marcus Exp $ +# $MCom: ports/sysutils/gnome-control-center/Makefile,v 1.143 2007/07/01 18:32:10 marcus Exp $ # PORTNAME= gnome-control-center PORTVERSION= 2.19.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} diff --git a/sysutils/gnome-control-center/pkg-plist b/sysutils/gnome-control-center/pkg-plist index 0cd5cda96..241bcb5e5 100644 --- a/sysutils/gnome-control-center/pkg-plist +++ b/sysutils/gnome-control-center/pkg-plist @@ -88,8 +88,6 @@ share/desktop-directories/theme-method.directory %%DATADIR%%/icons/display-capplet.png %%DATADIR%%/keybindings/00-multimedia-key.xml %%DATADIR%%/keybindings/01-desktop-key.xml -%%DATADIR%%/mime/application/x-gnome-theme-package.xml -%%DATADIR%%/mime/package/gnome-theme-package.xml %%DATADIR%%/pixmaps/accessibility-keyboard-bouncekey.png %%DATADIR%%/pixmaps/accessibility-keyboard-mousekey.png %%DATADIR%%/pixmaps/accessibility-keyboard-slowkey.png @@ -239,6 +237,8 @@ share/locale/zh_CN/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/zh_HK/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/zh_TW/LC_MESSAGES/gnome-control-center-2.0.mo share/locale/zu/LC_MESSAGES/gnome-control-center-2.0.mo +share/mime/application/x-gnome-theme-package.xml +share/mime/package/gnome-theme-package.xml share/omf/control-center/control-center-C.omf share/omf/control-center/control-center-en_GB.omf share/omf/control-center/control-center-es.omf |