ports/53181: New port: postgresql-contrib

Mathieu Arnold m at absolight.net
Tue Aug 19 14:28:07 UTC 2003



+-le 19/08/2003 18:18 +0400, Sergey A. Osokin écrivait :
| 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.

Well, you never know, you should not put @rmdir in thoses cases, but
@unexec rmdir %D/directory >/dev/null 2>&1

-- 
Mathieu Arnold



More information about the freebsd-ports-bugs mailing list