Skip site navigation (1)Skip section navigation (2)
Date:      27 Oct 2007 13:24:32 -0200
From:      Renato Botelho <garga@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        alexbl@FreeBSD.org
Subject:   ports/117566: [PATCH] x11-themes/camaelon-nesedah: Fix GNUstep.sh name
Message-ID:  <20071027152432.44954.qmail@soc90.bluepex.com>
Resent-Message-ID: <200710271600.l9RG01CC012098@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         117566
>Category:       ports
>Synopsis:       [PATCH] x11-themes/camaelon-nesedah: Fix GNUstep.sh name
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 27 16:00:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 7.0-BETA1 i386
>Organization:
FreeBSD.org
>Environment:
System: FreeBSD soc90.bluepex.com 7.0-BETA1 FreeBSD 7.0-BETA1 #10: Mon Oct 22 10:38:43 BRST 2007
>Description:
Fix GNUstep.sh name

Port maintainer (alexbl@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- camaelon-nesedah-0.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-themes/camaelon-nesedah/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	19 May 2007 20:29:58 -0000	1.2
+++ Makefile	27 Oct 2007 14:58:37 -0000
@@ -39,9 +39,9 @@
 	@${ECHO_MSG}
 
 install-user:
-	@(. ${SYSMAKEDIR}/GNUStep.sh && defaults write Camaelon Theme Nesedah)
+	@(. ${SYSMAKEDIR}/GNUstep.sh && defaults write Camaelon Theme Nesedah)
 
 deinstall-user:
-	@(. ${SYSMAKEDIR}/GNUStep.sh && defaults delete Camaelon Theme)
+	@(. ${SYSMAKEDIR}/GNUstep.sh && defaults delete Camaelon Theme)
 
 .include <bsd.port.post.mk>
--- camaelon-nesedah-0.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071027152432.44954.qmail>