Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 278744 | Differences between
and this patch

Collapse All | Expand All

(-)openssl-0.9.8n.ebuild (-3 / +1 lines)
Lines 39-47 Link Here
39
		-e '/DIRS/s: fips : :g' \
39
		-e '/DIRS/s: fips : :g' \
40
		-e '/^MANSUFFIX/s:=.*:=ssl:' \
40
		-e '/^MANSUFFIX/s:=.*:=ssl:' \
41
		-e '/^MAKEDEPPROG/s:=.*:=$(CC):' \
41
		-e '/^MAKEDEPPROG/s:=.*:=$(CC):' \
42
		-e $(has noman FEATURES \
42
		-e '/^MANDIR=/s:=.*:=/usr/share/man:' \
43
			&& echo '/^install:/s:install_docs::' \
44
			|| echo '/^MANDIR=/s:=.*:=/usr/share/man:') \
45
		Makefile{,.org} \
43
		Makefile{,.org} \
46
		|| die
44
		|| die
47
	# show the actual commands in the log
45
	# show the actual commands in the log

Return to bug 278744