diff options
Diffstat (limited to 'devel/google-sparsehash/Makefile')
-rw-r--r-- | devel/google-sparsehash/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/google-sparsehash/Makefile b/devel/google-sparsehash/Makefile index 03e1dc146e4e..4df98a0f9a9a 100644 --- a/devel/google-sparsehash/Makefile +++ b/devel/google-sparsehash/Makefile @@ -6,11 +6,12 @@ # PORTNAME= google-sparsehash -PORTVERSION= 1.1 +PORTVERSION= 2.0.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= vd/${PORTNAME} +PROJECTHOST= sparsehash DISTNAME= sparsehash-${PORTVERSION} MAINTAINER= vd@FreeBSD.org @@ -21,6 +22,9 @@ GNU_CONFIGURE= yes .include <bsd.port.pre.mk> post-patch: + ${REINPLACE_CMD} -e \ + 's|^pkgconfigdir = .*|pkgconfigdir = ${LOCALBASE}/libdata/pkgconfig|' \ + ${WRKSRC}/Makefile.in .if !defined(NOPORTDOCS) ${REINPLACE_CMD} -e \ 's|^docdir = .*|docdir = ${DOCSDIR}|' \ |