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

(-)pcre/Makefile (+5 lines)
Lines 18-21 Link Here
18
MAN3=		pcre.3 pcreposix.3
18
MAN3=		pcre.3 pcreposix.3
19
MAN1=		pgrep.1
19
MAN1=		pgrep.1
20
20
21
# Otherwise we get a broken pgrep shell script installed
22
# instead of the binary we really want.
23
pre-install:
24
	@${LN} -f ${WRKSRC}/.libs/pgrep ${WRKSRC}/pgrep
25
21
.include <bsd.port.mk>
26
.include <bsd.port.mk>

Return to bug 21441