diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 18:55:43 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:21 +0000 |
commit | 47c935653de23aa8ad9c2a6b0cb44e6d2d855fe1 (patch) | |
tree | 24f50d104ce42ce7da296f67728e160d123c7a70 /converters/fribidi/Makefile | |
parent | 44052bec2c67ce32ff3f8936ecde9870aaa6d8be (diff) |
converters/fribidi: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'converters/fribidi/Makefile')
-rw-r--r-- | converters/fribidi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile index a89f9b79c7d7..907be56f2576 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -11,10 +11,12 @@ COMMENT= Free Implementation of the Unicode Bidirectional Algorithm LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= meson tar:xz +USES= cpe meson tar:xz USE_LDCONFIG= yes MESON_ARGS= -Dtests=false +CPE_VENDOR= gnu + post-patch: @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' < \ ${FILESDIR}/fribidi-config > ${WRKDIR}/fribidi-config |