Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 84753
Collapse All | Expand All

(-)/root/overlay/sys-apps/freebsd-crypto/freebsd-crypto-5.3-r1.ebuild (+11 lines)
Lines 15-20 Link Here
15
DEPEND="=sys-libs/freebsd-lib-5.3*"
15
DEPEND="=sys-libs/freebsd-lib-5.3*"
16
S=${WORKDIR}/secure
16
S=${WORKDIR}/secure
17
17
18
pkg_setup() {
19
	# IDEA stuff seems to be broken but better know that we can
20
	# enable it in this way.
21
	# use idea && MAKEOPTS="${MAKEOPTS} MAKE_IDEA= "
22
	
23
	# openssl tries to install the mans in its own directory
24
	# this forces it to use the standard one
25
	# Note: man/man states that it will use man/man1 man/man3 and so on
26
	MAKEOPTS="${MAKEOPTS} MANDIR=/usr/share/man/man"
27
}
28
18
src_unpack() { 
29
src_unpack() { 
19
	# I don't think it's elegant to use this, but we just need 
30
	# I don't think it's elegant to use this, but we just need 
20
	# the two Makefiles from its base dir.
31
	# the two Makefiles from its base dir.

Return to bug 84753