diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 07:49:15 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:43:04 +0000 |
| commit | cde65589a044be07d8ea01c728102c062fba6770 (patch) | |
| tree | 532f13dd60b40f269dadbc6c1aa01e3f4bdb8ac4 | |
| parent | 0191ef9b41fb3ba9a2fcf2ba428f96502ee33d26 (diff) | |
archivers/lrzip: Fix deprecated CPE data
| -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 0d364dc3a68c..5ebb086a51b1 100644 --- a/archivers/lrzip/Makefile +++ b/archivers/lrzip/Makefile @@ -24,7 +24,8 @@ GNU_CONFIGURE_MANPREFIX=${PREFIX}/share LDFLAGS+= -L${LOCALBASE}/lib SHEBANG_FILES= ${WRKSRC}/lrztar USE_PERL5= build -CPE_VENDOR= lrzip_project +CPE_VENDOR= long_range_zip_project +CPE_PRODUCT= long_range_zip CONFLICTS_INSTALL= lrzsz # bin/lrz share/man/man1/lrz.1.gz |
