From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 2 15:39:40 2003 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 942C216A4BF; Tue, 2 Sep 2003 15:39:40 -0700 (PDT) Received: from lakemtao05.cox.net (lakemtao05.cox.net [68.1.17.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F7743FE3; Tue, 2 Sep 2003 15:39:39 -0700 (PDT) (envelope-from mezz7@cox.net) Received: from mezz.mezzweb.com ([68.103.32.11]) by lakemtao05.cox.net (InterMail vM.5.01.06.04 201-253-122-130-104-20030726) with ESMTP id <20030902223939.IKYF13237.lakemtao05.cox.net@mezz.mezzweb.com>; Tue, 2 Sep 2003 18:39:39 -0400 Date: Tue, 02 Sep 2003 17:38:49 -0500 To: Joe Marcus Clarke , freebsd-ports-bugs@FreeBSD.org References: <200309022212.h82MCeVS058094@freefall.freebsd.org> From: Jeremy Messenger Content-Type: multipart/mixed; charset=utf-8; boundary=----------PQAatJ1kudHkEOQe3uwdON MIME-Version: 1.0 Message-ID: In-Reply-To: <200309022212.h82MCeVS058094@freefall.freebsd.org> User-Agent: Opera7.20/Linux M2 build 449 Subject: Re: ports/56331: Maintainer update: deskutils/gdesklets add stuff for applets. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 22:39:40 -0000 ------------PQAatJ1kudHkEOQe3uwdON Content-Type: text/plain; format=flowed Content-Transfer-Encoding: 8bit On Tue, 2 Sep 2003 15:12:40 -0700 (PDT), Joe Marcus Clarke wrote: > Synopsis: Maintainer update: deskutils/gdesklets add stuff for applets. > > State-Changed-From-To: open->feedback > State-Changed-By: marcus > State-Changed-When: Tue Sep 2 15:12:03 PDT 2003 > State-Changed-Why: I'll take this. > > > Responsible-Changed-From-To: freebsd-ports-bugs->marcus > Responsible-Changed-By: marcus > Responsible-Changed-When: Tue Sep 2 15:12:03 PDT 2003 > Responsible-Changed-Why: This doesn't work for packages. If you need to > create empty directories, > you will have to create a pkg-install script. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=56331 Ok, is it fine? I have to go now, thanks for help today.. Cheers, Mezz -- bsdforums.org 's moderator, mezz. ------------PQAatJ1kudHkEOQe3uwdON Content-Disposition: attachment; filename=pkg-install Content-Type: text/plain; name=pkg-install Content-Transfer-Encoding: 8bit #!/bin/sh if [ "$2" = "POST-INSTALL" ]; then mkdir -p ${PKG_PREFIX}/share/gnome/gdesklets/Sensors mkdir -p ${PKG_PREFIX}/share/gnome/gdesklets/Displays fi ------------PQAatJ1kudHkEOQe3uwdON--