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

(-)doorman-0.81_1/Makefile (-1 / +2 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	doorman
8
PORTNAME=	doorman
9
PORTVERSION=	0.81
9
PORTVERSION=	0.81
10
PORTREVISION=	1
10
CATEGORIES=	security
11
CATEGORIES=	security
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	doorman
13
MASTER_SITE_SUBDIR=	doorman
Lines 47-53 Link Here
47
48
48
post-configure:
49
post-configure:
49
.if ${OSVERSION} < 500000
50
.if ${OSVERSION} < 500000
50
	@${REINPLACE_CMD} -e 's,-lpcap,-L${LOCALBASE}/lib/libpcap.a,' \
51
	@${REINPLACE_CMD} -e 's,-lpcap,-L${LOCALBASE}/lib,' \
51
		${WRKSRC}/Makefile
52
		${WRKSRC}/Makefile
52
.endif
53
.endif

Return to bug 89405