From 3748efbc5487452793e66378ac295a8893eebe49 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 14 Mar 2007 21:00:05 +0000 Subject: 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 --- x11/gnome-panel/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'x11') 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 # # $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 -- cgit v1.2.3