diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-14 10:42:36 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-14 10:55:36 +0000 |
commit | 3ee2d51df275eed026c4f7864251a2193e90722e (patch) | |
tree | e817382cca0fc32b8056fd9ac34fc1c53522dc90 | |
parent | a62f8b2cddad44e9e9f457b13f023851a9518532 (diff) |
textproc/expat2: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket)
-rw-r--r-- | textproc/expat2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/expat2/Makefile b/textproc/expat2/Makefile index 3c14a1248f0d..e3fe8d83027c 100644 --- a/textproc/expat2/Makefile +++ b/textproc/expat2/Makefile @@ -16,7 +16,8 @@ TEST_DEPENDS= bash:shells/bash USES= cpe libtool pathfix python:test tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes -CPE_VENDOR= libexpat +CPE_VENDOR= libexpat_project +CPE_PRODUCT= libexpat CONFIGURE_ARGS= --without-docbook --without-examples INSTALL_TARGET= install-strip |