diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-01 04:15:29 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-10-01 04:15:29 +0800 |
commit | ed1b305cf08867f48889886cfca10fd96867447a (patch) | |
tree | f1d5abc2ee67837841abd1f9401f8d8cbf539d86 | |
parent | c0f854bd08288fc15f9db207640ee8bcff9e28b0 (diff) | |
download | marcuscom-ports-ed1b305cf08867f48889886cfca10fd96867447a.tar marcuscom-ports-ed1b305cf08867f48889886cfca10fd96867447a.tar.gz marcuscom-ports-ed1b305cf08867f48889886cfca10fd96867447a.tar.bz2 marcuscom-ports-ed1b305cf08867f48889886cfca10fd96867447a.tar.lz marcuscom-ports-ed1b305cf08867f48889886cfca10fd96867447a.tar.xz marcuscom-ports-ed1b305cf08867f48889886cfca10fd96867447a.tar.zst marcuscom-ports-ed1b305cf08867f48889886cfca10fd96867447a.zip |
Create (remove part was still there) lib/gtk-2.0/2.10.0/loaders. While
the loaders moved to the gdk-pixbuf2 port, some ports might have hardcoded
this directory.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14775 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/gtk20/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/gtk20/pkg-plist | 1 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile index 1fa6333f0..055c10ff6 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.203 2010/09/15 00:44:27 avl Exp $ +# $MCom: ports/x11-toolkits/gtk20/Makefile,v 1.204 2010/09/24 09:22:22 kwm Exp $ # PORTNAME= gtk PORTVERSION= 2.22.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/%SUBDIR%/ \ @@ -84,6 +84,7 @@ post-install: ${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 + @${MKDIR} ${PREFIX}/lib/gtk-2.0/${GTK_VERSION}/loaders ${INSTALL_MAN} ${MAN1:S|^|${WRKSRC}/docs/reference/gtk/|} \ ${PREFIX}/man/man1 diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist index f23c5343e..c86874282 100644 --- a/x11-toolkits/gtk20/pkg-plist +++ b/x11-toolkits/gtk20/pkg-plist @@ -624,6 +624,7 @@ share/themes/Raleigh/gtk-2.0/gtkrc @dirrm etc/gtk-2.0 @exec /bin/mkdir -p %D/lib/gtk-2.0/modules @exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK2_VERSION%%/engines +@exec /bin/mkdir -p %D/lib/gtk-2.0/%%GTK2_VERSION%%/loaders @dirrmtry share/themes/Default @dirrmtry share/themes @dirrmtry lib/gtk-2.0/modules |