On Tue, Jan 12, 2021 at 8:20 AM Patrick M. Hausen <hau...@punkt.de> wrote: > > Dear ports gurus, > > what am I doing wrong that makes me still receive this message every couple > of days? > > > Von: pkg-fall...@freebsd.org > > Betreff: [package - main-i386-default][sysutils/env4801] Failed for > > env4801-0.3_1 in build > > Datum: 12. Januar 2021 um 15:05:07 MEZ > > An: p...@hausen.com > > Kopie: pkg-fall...@freebsd.org > > > > =======================<phase: build >============================ > > ===> Building for env4801-0.3_1 > > make[1]: "/usr/share/mk/bsd.opts.mk" line 110: "NO_MAN is defined, but > > deprecated. Please use MK_MAN=no instead." > > The issue should be fixed since mid November: > > https://svnweb.freebsd.org/ports/head/sysutils/env4801/Makefile?r1=418715&r2=554829 >
This failure in particular stems from line 5 of the Makefile inside the dist: NO_MAN= sorry The MK_MAN in the port makefile should probably go away entirely, and this NO_MAN= sorry should be replaced with MK_MAN=no _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"