diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 09:22:38 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-18 09:22:38 +0800 |
commit | 3917c083575b0430bfd9d7466b881c379bb5161a (patch) | |
tree | a1dad4a257eca17fbd32556e470e1526ca6ae5a3 /x11-toolkits | |
parent | 5cad2509815f762e4ffa2a7102928e50656a97ce (diff) | |
download | marcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.tar marcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.tar.gz marcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.tar.bz2 marcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.tar.lz marcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.tar.xz marcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.tar.zst marcuscom-ports-3917c083575b0430bfd9d7466b881c379bb5161a.zip |
Switch PREFIX to LOCALBASE.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6614 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/gtk20/pkg-plist | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index a57a29121..f6a346b4c 100644 --- a/x11-toolkits/gtk20/Makefile +++ b/x11-toolkits/gtk20/Makefile @@ -3,12 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.90 2006/06/22 21:02:31 ahze Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.91 2006/07/03 15:24:01 ahze Exp $ # PORTNAME= gtk PORTVERSION= 2.10.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/,} \ ftp://ftp.gtk.org/pub/gtk/v2.10/ \ @@ -33,7 +33,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff \ jpeg.9:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info \ - ${X11BASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme + ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme USE_XPM= yes USE_PERL5= yes @@ -41,7 +41,7 @@ INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack atk pango ltverhack USE_GETTEXT= yes -USE_X_PREFIX= yes +USE_XLIB= yes CONFIGURE_ARGS= --enable-static --with-xinput=yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ -I${LOCALBASE}/include -I${X11BASE}/include" \ @@ -120,7 +120,7 @@ pre-build: @${RM} -rf ${WRKSRC}/docs/gtk.info* post-install: - -@${FIND} ${X11BASE}/share/icons -type d -depth 1 -exec \ + -@${FIND} ${LOCALBASE}/share/icons -type d -depth 1 -exec \ ${PREFIX}/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null @${MKDIR} ${PREFIX}/lib/gtk-2.0/modules @${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK_VERSION}/engines diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist index 4fb117afd..4b21e8ab9 100644 --- a/x11-toolkits/gtk20/pkg-plist +++ b/x11-toolkits/gtk20/pkg-plist @@ -575,8 +575,8 @@ share/locale/zh_TW/LC_MESSAGES/gtk20.mo share/themes/Default/gtk-2.0-key/gtkrc share/themes/Emacs/gtk-2.0-key/gtkrc share/themes/Raleigh/gtk-2.0/gtkrc -@exec /usr/bin/find %%X11BASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true -@unexec /usr/bin/find %%X11BASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true +@exec /usr/bin/find %%LOCALBASE%%/share/icons -type d -depth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || /usr/bin/true +@unexec /usr/bin/find %%LOCALBASE%%/share/icons -type f -depth 2 -name icon-theme.cache -delete 2>/dev/null || /usr/bin/true @dirrm share/themes/Raleigh/gtk-2.0 @dirrm share/themes/Raleigh @dirrm share/themes/Emacs/gtk-2.0-key |