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

(-)Makefile (-1 / +1 lines)
Lines 18-24 Link Here
18
MAN1=		htags.1 btreeop.1 gozilla.1 gtags.1 global.1 gctags.1
18
MAN1=		htags.1 btreeop.1 gozilla.1 gtags.1 global.1 gctags.1
19
19
20
post-patch:
20
post-patch:
21
	${PERL} -pi -e "s|\@PERL\@|${PERL}|g" ${WRKSRC}/htags/htags.in
21
	${REINPLACE_CMD} -e "s|\@PERL\@|${PERL}|g" ${WRKSRC}/htags/htags.in
22
22
23
post-install:
23
post-install:
24
	install-info ${PREFIX}/info/global.info ${PREFIX}/info/dir
24
	install-info ${PREFIX}/info/global.info ${PREFIX}/info/dir

Return to bug 39385