diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:57:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:57:47 +0000 |
commit | 7e5a7bfffde29dcf41eea49049ddff803dd7e98e (patch) | |
tree | 0fa316fbf9025ae43a8ee6d56dec95166d38a31b /x11-toolkits/linux-f10-gtk2 | |
parent | - unsupported upstream, consider using net/gogoc (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: x11-toolkits)
Notes
Notes:
svn path=/head/; revision=327785
Diffstat (limited to 'x11-toolkits/linux-f10-gtk2')
-rw-r--r-- | x11-toolkits/linux-f10-gtk2/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-toolkits/linux-f10-gtk2/Makefile b/x11-toolkits/linux-f10-gtk2/Makefile index b6d3c75f8c4b..b1135735a3a7 100644 --- a/x11-toolkits/linux-f10-gtk2/Makefile +++ b/x11-toolkits/linux-f10-gtk2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: x11-toolkits/linux-f10-gtk2 -# Date created: 2009-05-03 -# Whom: bsam -# +# Created by: bsam # $FreeBSD$ -# PORTNAME= gtk2 PORTVERSION= 2.14.7 @@ -47,6 +43,7 @@ SRC_DISTFILES= ${PORTNAME}-${PORTVERSION}-${RPMVERSION}.src.rpm \ pixman-0.12.0-3.fc10.src.rpm \ jasper-1.900.1-8.fc9.src.rpm +NO_STAGE= yes post-install: @chroot ${PREFIX} /usr/bin/gtk-query-immodules-2.0-32 > ${PREFIX}/etc/gtk-2.0/i386-redhat-linux-gnu/gtk.immodules @chroot ${PREFIX} /usr/bin/gdk-pixbuf-query-loaders-32 > ${PREFIX}/etc/gtk-2.0/i386-redhat-linux-gnu/gdk-pixbuf.loaders |