diff options
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gnome-tweak-tool/Makefile | 4 | ||||
-rw-r--r-- | deskutils/gnome-tweak-tool/pkg-plist | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/deskutils/gnome-tweak-tool/Makefile b/deskutils/gnome-tweak-tool/Makefile index 22a2f9ba7..621273ca7 100644 --- a/deskutils/gnome-tweak-tool/Makefile +++ b/deskutils/gnome-tweak-tool/Makefile @@ -3,7 +3,7 @@ # Whom: Mezz <mezz@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/gnome-tweak-tool/Makefile,v 1.10 2011/10/04 21:04:59 kwm Exp $ +# $MCom: ports/deskutils/gnome-tweak-tool/Makefile,v 1.11 2011/10/16 21:29:38 kwm Exp $ # PORTNAME= gnome-tweak-tool @@ -25,6 +25,6 @@ USE_PYTHON= yes USE_GETTEXT= yes GNU_CONFIGURE= yes CPPFLAGS= -I${LOCALBASE}/include -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +LDFLAGS= -L${LOCALBASE}/lib .include <bsd.port.mk> diff --git a/deskutils/gnome-tweak-tool/pkg-plist b/deskutils/gnome-tweak-tool/pkg-plist index 24bcca298..4cf5f79ee 100644 --- a/deskutils/gnome-tweak-tool/pkg-plist +++ b/deskutils/gnome-tweak-tool/pkg-plist @@ -83,10 +83,10 @@ share/locale/vi/LC_MESSAGES/gnome-tweak-tool.mo share/locale/zh_CN/LC_MESSAGES/gnome-tweak-tool.mo share/locale/zh_HK/LC_MESSAGES/gnome-tweak-tool.mo share/locale/zh_TW/LC_MESSAGES/gnome-tweak-tool.mo -@dirrm share/locale/zh_HK/LC_MESSAGES -@dirrm share/locale/zh_HK -@dirrm share/locale/sr@latin/LC_MESSAGES -@dirrm share/locale/sr@latin +@dirrmtry share/locale/zh_HK/LC_MESSAGES +@dirrmtry share/locale/zh_HK +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin @dirrm %%DATADIR%% @dirrmtry share/applications @dirrm %%PYTHON_SITELIBDIR%%/gtweak/tweaks |