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

(-)./Makefile (+1 lines)
Lines 87-92 Link Here
87
	@${FIND} ${WRKSRC}/doc/man/man5 -name '*.5' -maxdepth 1 | \
87
	@${FIND} ${WRKSRC}/doc/man/man5 -name '*.5' -maxdepth 1 | \
88
		${XARGS} ${REINPLACE_CMD} -e 's|special file|5| ; \
88
		${XARGS} ${REINPLACE_CMD} -e 's|special file|5| ; \
89
		 s|file formats|5|'
89
		 s|file formats|5|'
90
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/configure.ac
90
91
91
pre-configure:
92
pre-configure:
92
	cd ${WRKSRC} && ./autogen.sh
93
	cd ${WRKSRC} && ./autogen.sh

Return to bug 174019