diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-15 05:00:05 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-15 05:00:05 +0800 |
commit | 3748efbc5487452793e66378ac295a8893eebe49 (patch) | |
tree | 5b917edd293b9a311f2b529f86e4ba8a81736ee7 /x11 | |
parent | bdbf86ca9016cb8cadae08d19796831b22b28511 (diff) | |
download | marcuscom-ports-3748efbc5487452793e66378ac295a8893eebe49.tar marcuscom-ports-3748efbc5487452793e66378ac295a8893eebe49.tar.gz marcuscom-ports-3748efbc5487452793e66378ac295a8893eebe49.tar.bz2 marcuscom-ports-3748efbc5487452793e66378ac295a8893eebe49.tar.lz marcuscom-ports-3748efbc5487452793e66378ac295a8893eebe49.tar.xz marcuscom-ports-3748efbc5487452793e66378ac295a8893eebe49.tar.zst marcuscom-ports-3748efbc5487452793e66378ac295a8893eebe49.zip |
Fix a typo so that the gnome-panel desktop item is properly hidden.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8561 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index c61181176..2a984c634 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.144 2007/02/27 19:03:05 mezz Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.145 2007/03/12 23:40:01 marcus Exp $ # PORTNAME= gnome-panel PORTVERSION= 2.18.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -72,6 +72,8 @@ post-patch: @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po} .endfor .endif + @${REINPLACE_CMD} -e 's|True|true|' \ + ${WRKSRC}/gnome-panel/gnome-panel.desktop.in .include <bsd.port.post.mk> |