[Bug 191514] print/cups-base does not install files for web UI if OPTIONS_UNSET+=DOCS specified in make.conf

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 30 15:54:06 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191514

--- Comment #2 from Dmitry Afanasiev <KOT at MATPOCKuH.Ru> ---
All files from this output not installed:
grep %%PORTDOCS%%%%DOCSDIR%% /usr/ports/print/cups-base/pkg-plist

Directory /usr/local/share/doc/cups also is not created.

As workaround I used this in make.conf:
.if ${.CURDIR} != "/usr/ports/print/cups-base"
OPTIONS_UNSET+=DOCS EXAMPLES HELP IPV6 HAL GNUTLS AALIB
.endif

But, IMHO, it's looks ugly.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list