Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2014 15:54:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 191514] print/cups-base does not install files for web UI if OPTIONS_UNSET+=DOCS specified in make.conf
Message-ID:  <bug-191514-13-aopc7SqOpR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-191514-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-191514-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191514

--- Comment #2 from Dmitry Afanasiev <KOT@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-191514-13-aopc7SqOpR>