Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Sep 2003 19:04:39 -0500
From:      Jeremy Messenger <mezz7@cox.net>
To:        Piero <piero@poprostu.pl>
Cc:        freebsd-gnome@freebsd.org
Subject:   Re: Your thought about name of gDesklets applets in port?
Message-ID:  <oprux7t1vc8ckrg5@smtp.central.cox.net>
In-Reply-To: <20030904015419.2137052d.piero@poprostu.pl>
References:  <oprux0azji8ckrg5@smtp.central.cox.net> <20030904015419.2137052d.piero@poprostu.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 4 Sep 2003 01:54:19 +0200, Piero <piero@poprostu.pl> wrote:

> W liƛcie otrzymanym Wed, 03 Sep 2003 16:22:01 -0500 od Jeremy Messenger
> <mezz7@cox.net> :
>
>> I have created five ports of applet. I am wondering if I should do
>> like..
>>
> [snip]
>>
>> Oh yeah, one more thing... All of them have the README, so should I
>> add them in the install too?
>
> F.E.
>
> .if !defined(NOPORTDOCS)
>         @${MKDIR} ${DOCSDIR}
> .for file in ${PORTDOCS}
>         ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
> .endfor
> .endif
>
> If it makes sense at all for one file.

I am thinking to have the READMEs to live with the sensors and/or displays 
like this:

========================================
	@${CP} ${WRKSRC}/README ${PREFIX}/share/gnome/gdesklets/Displays/${NAME}/
	@${LN} -s ${PREFIX}/share/gnome/gdesklets/Displays/${NAME}/README \
		${PREFIX}/share/gnome/gdesklets/Sensors/${NAME}/README
========================================

Also, put sentences in the pkg-message to tell user to read the README. If 
anyone disagree, then I can put in ${DOCSDIR} and use NOPORTDOCS too..

Cheers,
Mezz


-- 
bsdforums.org 's moderator, mezz.



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