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

(-)./Makefile (-6 / +1 lines)
Lines 27-34 Link Here
27
PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
27
PORTDOCS=	AUTHORS ChangeLog NEWS README TODO
28
28
29
OPTIONS_DEFINE=	NLS
29
OPTIONS_DEFINE=	NLS
30
NLS_DESC=	Native Language Support via gettext
31
OPTIONS_DEFAULT=	NLS
32
30
33
.include <bsd.port.options.mk>
31
.include <bsd.port.options.mk>
34
32
Lines 40-56 Link Here
40
.endif
38
.endif
41
39
42
post-configure:
40
post-configure:
43
	@${REINPLACE_CMD} 's|src po|src|' ${WRKSRC}/Makefile
41
	@${REINPLACE_CMD} 's|src po|src|' ${WRKSRC}/Makefile
44
.endif
42
.endif
45
43
46
post-install:
44
post-install:
47
# Documentation
48
.if ${PORT_OPTIONS:MDOCS}
45
.if ${PORT_OPTIONS:MDOCS}
49
	${MKDIR} ${DOCSDIR}
46
	${MKDIR} ${DOCSDIR}
50
.  for f in ${PORTDOCS}
47
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
51
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
52
.  endfor
53
.endif
48
.endif
54
49
55
.include <bsd.port.mk>
50
.include <bsd.port.mk>

Return to bug 173424