Date: Tue, 02 Sep 2003 17:38:49 -0500 From: Jeremy Messenger <mezz7@cox.net> To: Joe Marcus Clarke <marcus@FreeBSD.org>, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/56331: Maintainer update: deskutils/gdesklets add stuff for applets. Message-ID: <opruv86zt38ckrg5@smtp.central.cox.net> In-Reply-To: <200309022212.h82MCeVS058094@freefall.freebsd.org> References: <200309022212.h82MCeVS058094@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
------------PQAatJ1kudHkEOQe3uwdON Content-Type: text/plain; format=flowed Content-Transfer-Encoding: 8bit On Tue, 2 Sep 2003 15:12:40 -0700 (PDT), Joe Marcus Clarke <marcus@FreeBSD.org> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?opruv86zt38ckrg5>