View | Details | Raw Unified | Return to bug 192008 | Differences between
and this patch

Collapse All | Expand All

(-)s9fes/Makefile (-1 / +7 lines)
Lines 21-25 Link Here
21
MAN1=		s9.1
21
MAN1=		s9.1
22
MANCOMPRESSED=	yes
22
MANCOMPRESSED=	yes
23
23
24
NO_STAGE=	yes
24
post-patch:
25
	${REINPLACE_CMD} -E \
26
		-e 's|\$$\(BINDIR\)|$$(DESTDIR)$$(BINDIR)|g' \
27
		-e '/-DDEF|>s9.1.gz/!s|\$$\(LIBDIR\)|$$(DESTDIR)$$(LIBDIR)|g' \
28
		-e 's|\$$\(MANDIR\)|$$(DESTDIR)$$(MANDIR)|g' \
29
		${WRKSRC}/Makefile
30
25
.include <bsd.port.mk>
31
.include <bsd.port.mk>

Return to bug 192008