pkg_add already tells you to look in there.
--
Sent from a phone, apologies for poor formatting.
On 29 May 2021 18:06:40 Marcus MERIGHI <mcmer-openbsd@tor.at> wrote:
> Hello,
>
> I've trimmed the CC:, as I'm quite certain you do not need it twice in
> your inbox. gonzalo@ as MAINTAINER will have to suffer twice :-)
>
> espie@nerim.net (Marc Espie), 2021.05.29 (Sat) 13:57 (CEST):
>> On Sat, May 29, 2021 at 11:46:44AM +0200, Marcus MERIGHI wrote:
>> >
>> > Is there any less intrusive way of emitting a warning?
>>
>> MESSAGE
>
> Thanks for the pointer!
>
> But - as opposed to @ask-update - this is shown upon initial
> installation, too, isn't it?
>
> Anyways, here is my attempt... But, as said before, I won't forget the
> manual steps anymore, which makes this an apprentice piece.
>
> Marcus
>
> Index: Makefile.inc
> ===================================================================
> RCS file: /cvs/ports/www/nextcloud/Makefile.inc,v
> retrieving revision 1.1
> diff -u -p -u -r1.1 Makefile.inc
> --- Makefile.inc 17 Mar 2021 18:54:56 -0000 1.1
> +++ Makefile.inc 29 May 2021 16:59:18 -0000
> @@ -39,6 +39,7 @@ VR= ${V:R}
> MAJOR= ${VR:R}
> SUBST_VARS= INSTDIR TINSTDIR MODPHP_BIN VR MAJOR
> DESCR= ${.CURDIR}/../pkg/DESCR
> +MESSAGE= ${.CURDIR}/../pkg/MESSAGE
> UNMESSAGE= ${.CURDIR}/../pkg/UNMESSAGE
> FILESDIR= ${.CURDIR}/../files
>
> Index: pkg/MESSAGE
> ===================================================================
> RCS file: pkg/MESSAGE
> diff -N pkg/MESSAGE
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ pkg/MESSAGE 29 May 2021 16:59:18 -0000
> @@ -0,0 +1 @@
> +See the pkg-readme to complete the install or update.
No comments:
Post a Comment