View | Details | Raw Unified | Return to bug 36469
Collapse All | Expand All

(-)Makefile (-2 / +8 lines)
Lines 14-19 Link Here
14
14
15
MAINTAINER=	marcus@marcuscom.com
15
MAINTAINER=	marcus@marcuscom.com
16
16
17
.include <bsd.port.pre.mk>
18
19
.if ${OSVERSION} > 500030
20
BROKEN=	"Does not work correctly with OpenPAM"
21
.endif
22
17
.if defined(WITH_LDAP_V3)
23
.if defined(WITH_LDAP_V3)
18
LIB_DEPENDS=	ldap.2:${PORTSDIR}/net/openldap2 \
24
LIB_DEPENDS=	ldap.2:${PORTSDIR}/net/openldap2 \
19
		lber.2:${PORTSDIR}/net/openldap2
25
		lber.2:${PORTSDIR}/net/openldap2
Lines 34-40 Link Here
34
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g}
40
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//g}
35
41
36
post-extract:
42
post-extract:
37
	@find ${WRKSRC} -type f | xargs touch -f
43
	@find ${WRKSRC} -type f | xargs ${TOUCH} -f
38
44
39
post-install:
45
post-install:
40
	@${ECHO} "================================================================================"
46
	@${ECHO} "================================================================================"
Lines 46-49 Link Here
46
	@${ECHO} "login    auth    sufficient    ${PREFIX}/lib/pam_ldap.so"
52
	@${ECHO} "login    auth    sufficient    ${PREFIX}/lib/pam_ldap.so"
47
	@${ECHO} "================================================================================"
53
	@${ECHO} "================================================================================"
48
54
49
.include <bsd.port.mk>
55
.include <bsd.port.post.mk>

Return to bug 36469