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

Collapse All | Expand All

(-)s9fes/Makefile (-3 / +6 lines)
Lines 18-25 Link Here
18
MAKE_ARGS=	${MAKE_ENV}
18
MAKE_ARGS=	${MAKE_ENV}
19
WRKSRC=		${WRKDIR}/s9
19
WRKSRC=		${WRKDIR}/s9
20
20
21
MAN1=		s9.1
21
post-patch:
22
MANCOMPRESSED=	yes
22
	${REINPLACE_CMD} -E \
23
		-e 's|\$$\(BINDIR\)|$$(DESTDIR)$$(BINDIR)|g' \
24
		-e '/-DDEF|>s9.1.gz/!s|\$$\(LIBDIR\)|$$(DESTDIR)$$(LIBDIR)|g' \
25
		-e 's|\$$\(MANDIR\)|$$(DESTDIR)$$(MANDIR)|g' \
26
		${WRKSRC}/Makefile
23
27
24
NO_STAGE=	yes
25
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)s9fes/pkg-plist (+1 lines)
Lines 3-8 Link Here
3
bin/s9resolve
3
bin/s9resolve
4
bin/scm2html
4
bin/scm2html
5
bin/scmpp
5
bin/scmpp
6
man/man1/s9.1.gz
6
%%DATADIR%%/S9Book
7
%%DATADIR%%/S9Book
7
%%DATADIR%%/S9Book-bw
8
%%DATADIR%%/S9Book-bw
8
%%DATADIR%%/_template
9
%%DATADIR%%/_template

Return to bug 192008