ports/53181: New port: postgresql-contrib

Sergey A. Osokin osa at FreeBSD.org
Tue Aug 19 14:18:29 UTC 2003


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
                             / \



More information about the freebsd-ports-bugs mailing list