Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496202 - dev-libs/cyrus-sasl installs a pre-formatted saslauthd.8
Summary: dev-libs/cyrus-sasl installs a pre-formatted saslauthd.8
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-27 17:59 UTC by Jeroen Roovers (RETIRED)
Modified: 2022-02-23 02:29 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2013-12-27 17:59:59 UTC
Upstream ought to be already aware of this.

--- a/saslauthd/Makefile.am
+++ b/saslauthd/Makefile.am
@@ -34,7 +34,7 @@
 dist-hook: saslauthd.8
 
 saslauthd.8: saslauthd.mdoc
-       nroff -mdoc $(srcdir)/saslauthd.mdoc > $(srcdir)/saslauthd.8
+       cp $(srcdir)/saslauthd.mdoc $(srcdir)/saslauthd.8
 
 install-data-local: saslauthd.8
        $(mkinstalldirs) $(DESTDIR)$(mandir)/man8
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-12-27 18:02:57 UTC
(In reply to Jeroen Roovers from comment #0)
> --- a/saslauthd/Makefile.am
> +++ b/saslauthd/Makefile.am

That didn't work as intended. Maybe things could be moved around in src_prepare() instead?