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

(-)gopher/Makefile (-1 / +3 lines)
Lines 15-26 Link Here
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
USE_REINPLACE=	yes
18
19
19
MAN1=	gopher.1 gophfilt.1
20
MAN1=	gopher.1 gophfilt.1
20
MAN5=	gopherd.conf.5 gopherrc.5
21
MAN5=	gopherd.conf.5 gopherrc.5
21
MAN8=	gopherd.8 gopherindex.8
22
MAN8=	gopherd.8 gopherindex.8
22
23
23
pre-patch:
24
pre-patch:
24
	@${FIND} ${WRKSRC} -name '*.[ch]' | xargs ${PERL} -pi -e 's,<malloc.h>,<stdlib.h>,'
25
	@${FIND} ${WRKSRC} -name '*.[ch]' | xargs ${REINPLACE_CMD} -e \
26
		's,<malloc.h>,<stdlib.h>,'
25
27
26
.include <bsd.port.mk>
28
.include <bsd.port.mk>

Return to bug 39589