Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Aug 2003 18:18:26 +0400
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        Palle Girgensohn <girgen@pingpong.net>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/53181: New port: postgresql-contrib
Message-ID:  <20030819141826.GE9150@freebsd.org.ru>
In-Reply-To: <2620000.1061291995@rambutan.pingpong.net>
References:  <200308191003.h7JA3ubi005267@freefall.freebsd.org> <2620000.1061291995@rambutan.pingpong.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 19, 2003 at 01:19:55PM +0200, Palle Girgensohn wrote:
> Wow, sorry, very clumsy of me! This should of course be:
> 
> - @dirrm share/postgresql
> - @dirrm share/doc/postgresql
> - @dirrm lib/postgresql
> 
> + @unexec rmdir %D/share/doc/postgresql 2>/dev/null || true
> + @unexec rmdir %D/share/postgresql 2>/dev/null || true
> + @unexec rmdir %D/lib/postgresql 2>/dev/null || true
> 
> Thanks for pointing it out!

Hmm... I think we must simply remove
@dirrm share/postgresql
@dirrm share/doc/postgresql
@dirrm lib/postgresql
strings from pkg-plist, because share/doc/postgresql,
share/postgresql and lib/postgresql created by
postgresql7 port, not postgresql-contrib.

-- 

Rgdz,                        /"\  ASCII RIBBON CAMPAIGN
Sergey Osokin aka oZZ,       \ /    AGAINST HTML MAIL
http://ozz.pp.ru/             X          AND NEWS
                             / \



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