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

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	monotone
8
PORTNAME=	monotone
9
PORTVERSION=	0.26
9
PORTVERSION=	0.27
10
CATEGORIES=	devel
10
CATEGORIES=	devel
11
MASTER_SITES=	http://www.venge.net/monotone/downloads/
11
MASTER_SITES=	http://www.venge.net/monotone/downloads/
12
12
Lines 22-27 Link Here
22
USE_GMAKE=	yes
22
USE_GMAKE=	yes
23
23
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
CONFIGURE_ARGS= --infodir=${PREFIX}/${INFO_DIR}
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
26
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
26
		LDFLAGS="-L${LOCALBASE}/lib" \
27
		LDFLAGS="-L${LOCALBASE}/lib" \
27
		MAKEINFO="makeinfo --no-split"
28
		MAKEINFO="makeinfo --no-split"
Lines 48-61 Link Here
48
		share/locale/pt_BR/LC_MESSAGES/monotone.mo \
49
		share/locale/pt_BR/LC_MESSAGES/monotone.mo \
49
		share/locale/sv/LC_MESSAGES/monotone.mo
50
		share/locale/sv/LC_MESSAGES/monotone.mo
50
.endif
51
.endif
51
52
post-extract:
52
post-extract:
53
	@${RM} -f ${WRKSRC}/monotone.info*
53
	@${RM} -f ${WRKSRC}/monotone.info*
54
54
55
post-patch:
55
post-patch:
56
	@${REINPLACE_CMD} -e 's|\($$(CXX) -Wall\)|\1 ${CXXFLAGS}|' \
56
	@${REINPLACE_CMD} -e 's|\($$(CXX) -Wall\)|\1 ${CXXFLAGS}|' \
57
		${WRKSRC}/Makefile.in
57
		${WRKSRC}/Makefile.in
58
58
MAKE_ARGS+=-j 2
59
post-install:
59
post-install:
60
.if !defined(NOPORTDOCS)
60
.if !defined(NOPORTDOCS)
61
	${MKDIR} ${DOCSDIR}
61
	${MKDIR} ${DOCSDIR}

Return to bug 99092