diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-03 05:02:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-03 05:02:18 +0800 |
commit | abd27c0d923207f4f2c78ba94138cb765ee6c199 (patch) | |
tree | 2da1b9e0619ee36695841e70c0501150677c5316 /x11/gnome-session | |
parent | 546271f86781dde4f5851c9668366668284a6602 (diff) | |
download | marcuscom-ports-abd27c0d923207f4f2c78ba94138cb765ee6c199.tar marcuscom-ports-abd27c0d923207f4f2c78ba94138cb765ee6c199.tar.gz marcuscom-ports-abd27c0d923207f4f2c78ba94138cb765ee6c199.tar.bz2 marcuscom-ports-abd27c0d923207f4f2c78ba94138cb765ee6c199.tar.lz marcuscom-ports-abd27c0d923207f4f2c78ba94138cb765ee6c199.tar.xz marcuscom-ports-abd27c0d923207f4f2c78ba94138cb765ee6c199.tar.zst marcuscom-ports-abd27c0d923207f4f2c78ba94138cb765ee6c199.zip |
Use the default GNOME 2.14 splash screen until we get a FreeBSD-specific one.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6001 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session')
-rw-r--r-- | x11/gnome-session/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile index ffd2a705d..525779405 100644 --- a/x11/gnome-session/Makefile +++ b/x11/gnome-session/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomesession/Makefile,v 1.77 2006/03/13 19:31:47 mezz Exp $ +# $MCom: ports/x11/gnomesession/Makefile,v 1.78 2006/03/13 21:58:39 mezz Exp $ # PORTNAME= gnomesession PORTVERSION= 2.14.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ ${MASTER_SITE_LOCAL:S/$/:local/} \ @@ -46,8 +47,8 @@ post-extract: post-install: ${INSTALL_DATA} ${WRKSRC}/gnome-session/gnome-splash.png \ ${PREFIX}/share/gnome/pixmaps/splash/original-gnome-splash.png - ${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.12/domix-splash-2.12.png \ - ${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png +# ${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.12/domix-splash-2.12.png \ +# ${PREFIX}/share/gnome/pixmaps/splash/gnome-splash.png .for splash in MaMBaNgGaoX-2.12.png adamw-piggy-2.12.png adamw-trophy-2.12.png andreas-slogan-2.12.png andreas-splash-2.12.png domix-splash-2.12.png domix-splash2-2.12.png mumija-2.12.png mumija2-2.12.png mumija3-2.12.png tremulant-2.12.png tremulant-blood-2.12.png tremulant-brushed-metal-2.12.png ${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.12/${splash} \ ${PREFIX}/share/gnome/pixmaps/splash |