diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-28 05:17:11 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-28 05:17:11 +0800 |
commit | c223ef1c8d97d1f067f774d601db1eb5b5ddf4ab (patch) | |
tree | 6e2e5c7ababb6c728c18ce33a52ade5ccaaa6c35 /x11/gnome-session3/Makefile | |
parent | 3bdf5a9b7891d4326c8d61b21275dfd71d86b0a2 (diff) | |
download | marcuscom-ports-c223ef1c8d97d1f067f774d601db1eb5b5ddf4ab.tar marcuscom-ports-c223ef1c8d97d1f067f774d601db1eb5b5ddf4ab.tar.gz marcuscom-ports-c223ef1c8d97d1f067f774d601db1eb5b5ddf4ab.tar.bz2 marcuscom-ports-c223ef1c8d97d1f067f774d601db1eb5b5ddf4ab.tar.lz marcuscom-ports-c223ef1c8d97d1f067f774d601db1eb5b5ddf4ab.tar.xz marcuscom-ports-c223ef1c8d97d1f067f774d601db1eb5b5ddf4ab.tar.zst marcuscom-ports-c223ef1c8d97d1f067f774d601db1eb5b5ddf4ab.zip |
Update to 3.0.1.
Axe pkg-message, the tool to check if the computer can run gnome-shell
has undergone several revisions and is now much robust then it was initial.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15922 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-session3/Makefile')
-rw-r--r-- | x11/gnome-session3/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/x11/gnome-session3/Makefile b/x11/gnome-session3/Makefile index 72a008e13..5459e3c81 100644 --- a/x11/gnome-session3/Makefile +++ b/x11/gnome-session3/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-session3/Makefile,v 1.16 2011/04/10 19:41:39 mezz Exp $ +# $MCom: ports/x11/gnome-session3/Makefile,v 1.17 2011/04/25 22:02:03 mezz Exp $ # PORTNAME= gnome-session -PORTVERSION= 3.0.0 +PORTVERSION= 3.0.1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -39,9 +39,4 @@ MAN1= gnome-session.1 gnome-session-properties.1 \ gnome-session-quit.1 GLIB_SCHEMAS= org.gnome.SessionManager.gschema.xml -PKGMESSAGE= ${.CURDIR}/pkg-message - -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |