Hi Martin,

Martin Pelikan wrote on Mon, Jun 27, 2011 at 12:29:06PM +0200:

> Sorry to bother, but I tried installing my first (and last so far) port
> security/ikeman and it failed:
> 
> install -c -o root -g bin -m 444  ikeman.1
> /usr/ports/pobj/ikeman-0.2/fake-i386/usr/local/man/cat1''/ikeman.1
> ===>  Building package for ikeman-0.2
> Create /usr/ports/packages/i386/all/ikeman-0.2.tgz
> Error: /usr/ports/pobj/ikeman-0.2/fake-i386/usr/local/man/cat1/ikeman.0
> does not exist
> Fatal error: can't continue
>  at /usr/libdata/perl5/OpenBSD/PkgCreate.pm line 1219
>  *** Error code 1

Looks like sthen@ fixed the PLIST when committing, it now contains
ikeman.1 (not ikeman.0) as it should for a port without USE_GROFF.

> Because this thing appeared in bsd.man.mk
> 
> # XXX MANSUBDIR must be non empty for the mlink loops to work
> MANSUBDIR=''

In the meantime, i changed that to be less ugly:

  http://www.openbsd.org/cgi-bin/cvsweb/src/share/mk/bsd.man.mk
  rev. 1.35

> I can update my Makefile (I took from something in base) to MANSUBDIR=.
> and it works, but this may affect more ports, so I thought I'd ask first.
> 
> Any ideas? My fault or not? Wouldn't it be better as MANSUBDIR=. without
> the XXX?

MANSUBDIR=. might have worked too, but i think what we have now
is nicer.

Yours,
  Ingo

Reply via email to