diff options
author | mat <mat@FreeBSD.org> | 2016-10-21 23:21:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-21 23:21:13 +0800 |
commit | 60e51bda11dcc0742419f2a459990d0d81cb07d8 (patch) | |
tree | a5029ff30555b3a7ee0621f4dd5aacb832fde1d8 /devel/sparsehash | |
parent | 3432585b4743642027fc2b3af5eac2780fc2c4cd (diff) | |
download | freebsd-ports-gnome-60e51bda11dcc0742419f2a459990d0d81cb07d8.tar.gz freebsd-ports-gnome-60e51bda11dcc0742419f2a459990d0d81cb07d8.tar.zst freebsd-ports-gnome-60e51bda11dcc0742419f2a459990d0d81cb07d8.zip |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
Diffstat (limited to 'devel/sparsehash')
-rw-r--r-- | devel/sparsehash/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/sparsehash/Makefile b/devel/sparsehash/Makefile index 404e8246417d..8046441597c6 100644 --- a/devel/sparsehash/Makefile +++ b/devel/sparsehash/Makefile @@ -11,6 +11,7 @@ COMMENT= Extremely memory-efficient hash_map implementation LICENSE= BSD3CLAUSE +USES= pathfix USE_GITHUB= yes GH_TAGNAME= ${PORTNAME}-${PORTVERSION} @@ -18,11 +19,6 @@ GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS -post-patch: - ${REINPLACE_CMD} -e \ - 's|^pkgconfigdir = .*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in - post-patch-DOCS-on: ${REINPLACE_CMD} -e \ 's|^docdir = .*|docdir = ${DOCSDIR}|' \ |