diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 19:29:38 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-06 19:56:27 +0000 |
commit | 992e636d8a0b5f3e53643361538c470411dbf9a2 (patch) | |
tree | c69da7d4dba4c493c17f7466692a43f0643dbca6 | |
parent | f091eecfd1f81e278ae7bea43b35feff05b0f3f6 (diff) | |
download | ports-992e636d8a0b5f3e53643361538c470411dbf9a2.tar.gz ports-992e636d8a0b5f3e53643361538c470411dbf9a2.zip |
archivers/lrzip: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | archivers/lrzip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/lrzip/Makefile b/archivers/lrzip/Makefile index 3d17e4ba6c20..32124eab4205 100644 --- a/archivers/lrzip/Makefile +++ b/archivers/lrzip/Makefile @@ -17,10 +17,11 @@ CFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --enable-asm GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -USES= alias libtool pathfix perl5 shebangfix tar:bzip2 +USES= alias cpe libtool pathfix perl5 shebangfix tar:bzip2 SHEBANG_FILES= ${WRKSRC}/lrztar USE_PERL5= build USE_LDCONFIG= yes +CPE_VENDOR= lrzip_project post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblrzip.so.0.0.0 |