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

(-)Makefile (-5 / +2 lines)
Lines 11-17 Link Here
11
COMMENT=	ASN.1 structure parser library
11
COMMENT=	ASN.1 structure parser library
12
12
13
USE_LDCONFIG=	yes
13
USE_LDCONFIG=	yes
14
USE_GNOME=	pkgconfig
14
USES=	pkgconfig
15
USES+=	pathfix
15
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
16
USE_GMAKE=	yes
17
USE_GMAKE=	yes
17
18
Lines 56-65 Link Here
56
		libtasn1_perror.3 \
57
		libtasn1_perror.3 \
57
		libtasn1_strerror.3
58
		libtasn1_strerror.3
58
59
59
post-patch:
60
	@${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \
61
		${WRKSRC}/lib/Makefile.in
62
63
.if !defined(NOPORTDOCS)
60
.if !defined(NOPORTDOCS)
64
post-install:
61
post-install:
65
	@${MKDIR} ${DOCSDIR}
62
	@${MKDIR} ${DOCSDIR}

Return to bug 178313