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

(-)taglib/Makefile (+7 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	taglib
8
PORTNAME=	taglib
9
PORTVERSION=	1.4
9
PORTVERSION=	1.4
10
PORTREVISION=	1
10
CATEGORIES=	audio
11
CATEGORIES=	audio
11
MASTER_SITES=	http://ktown.kde.org/~wheeler/files/src/
12
MASTER_SITES=	http://ktown.kde.org/~wheeler/files/src/
12
13
Lines 17-24 Link Here
17
USE_GMAKE=	yes
18
USE_GMAKE=	yes
18
USE_INC_LIBTOOL_VER=15
19
USE_INC_LIBTOOL_VER=15
19
INSTALLS_SHLIB=	yes
20
INSTALLS_SHLIB=	yes
21
USE_REINPLACE=	yes
20
22
21
CONFIGURE_TARGET=
23
CONFIGURE_TARGET=
22
CONFIGURE_ARGS+=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_ARGS+=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
25
26
post-patch:
27
	@${REINPLACE_CMD} -e \
28
	"s#\$$(libdir)/pkgconfig#${LOCALBASE}/libdata/pkgconfig#g" \
29
	${WRKSRC}/taglib/Makefile.in
23
30
24
.include <bsd.port.mk>
31
.include <bsd.port.mk>
(-)taglib/pkg-plist (-1 / +1 lines)
Lines 1-5 Link Here
1
bin/taglib-config
1
bin/taglib-config
2
lib/pkgconfig/taglib.pc
2
libdata/pkgconfig/taglib.pc
3
include/taglib/apefooter.h
3
include/taglib/apefooter.h
4
include/taglib/apeitem.h
4
include/taglib/apeitem.h
5
include/taglib/apetag.h
5
include/taglib/apetag.h

Return to bug 87730