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

(-)Makefile (-6 / +1 lines)
Lines 28-35 Link Here
28
CONFIGURE_ARGS+=	--with-html-dir="${TARGETDIR}/share/doc"
28
CONFIGURE_ARGS+=	--with-html-dir="${TARGETDIR}/share/doc"
29
.endif
29
.endif
30
30
31
.include <bsd.port.pre.mk>
32
33
post-extract: .SILENT
31
post-extract: .SILENT
34
	${REINPLACE_CMD} -e \
32
	${REINPLACE_CMD} -e \
35
		's,libdir)/pkgconfig,prefix)/libdata/pkgconfig,' \
33
		's,libdir)/pkgconfig,prefix)/libdata/pkgconfig,' \
Lines 43-51 Link Here
43
	${REINPLACE_CMD} -e 's,\[\],[0],' ${WRKSRC}/src/db-itunes-parser.h
41
	${REINPLACE_CMD} -e 's,\[\],[0],' ${WRKSRC}/src/db-itunes-parser.h
44
.   endif
42
.   endif
45
.else
43
.else
46
.   if ${OSVERSION} < 500035
47
	${REINPLACE_CMD} -e 's,\[\],[0],' ${WRKSRC}/src/db-itunes-parser.h
48
.   endif
49
.endif
44
.endif
50
45
51
.include <bsd.port.post.mk>
46
.include <bsd.port.mk>

Return to bug 111669