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

(-)Makefile (+6 lines)
Lines 77-81 Link Here
77
	@${REINPLACE_CMD} -e '/^install-data-am:/,/^[a-z]/ s|install-readmeDATA||' \
77
	@${REINPLACE_CMD} -e '/^install-data-am:/,/^[a-z]/ s|install-readmeDATA||' \
78
		${WRKSRC}/Makefile.in
78
		${WRKSRC}/Makefile.in
79
.endif
79
.endif
80
.if ${PORT_OPTIONS:MGPS}
81
	@${REINPLACE_CMD} \
82
		-e 's/champlain-0\.4/champlain-0.8/g' \
83
		-e 's/champlain-gtk-0\.4/champlain-gtk-0.8/g' \
84
		${WRKSRC}/configure
85
.endif
80
86
81
.include <bsd.port.mk>
87
.include <bsd.port.mk>

Return to bug 182300