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

(-)Makefile (+2 lines)
Lines 86-91 Link Here
86
	@${FIND} ${WRKSRC}/doc/man/man5 -name '*.5' -maxdepth 1 | \
86
	@${FIND} ${WRKSRC}/doc/man/man5 -name '*.5' -maxdepth 1 | \
87
		${XARGS} ${REINPLACE_CMD} -e 's|special file|5| ; \
87
		${XARGS} ${REINPLACE_CMD} -e 's|special file|5| ; \
88
		 s|file formats|5|'
88
		 s|file formats|5|'
89
	@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
90
		${WRKSRC}/configure
89
91
90
post-install:
92
post-install:
91
.if defined(WITH_OPENMOTIF_DEMOS)
93
.if defined(WITH_OPENMOTIF_DEMOS)

Return to bug 160550