diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:21:23 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:43:08 +0000 |
| commit | 54254c3c378f2ea9ac2fac0c659984d5237436b5 (patch) | |
| tree | 4a44915a08bcc8b94ad280b76a9b14f891a633b9 | |
| parent | 94c54d031995dcfb74a488236aa4a71b9b4412da (diff) | |
textproc/flex: Fix deprecated CPE_VENDOR
| -rw-r--r-- | textproc/flex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/flex/Makefile b/textproc/flex/Makefile index 62f06004d871..8fc15da592dc 100644 --- a/textproc/flex/Makefile +++ b/textproc/flex/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= help2man:misc/help2man USES= bison:alias cpe gmake libtool makeinfo -CPE_VENDOR= ${PORTNAME}_project +CPE_VENDOR= westes GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share # install flex header to its own dir to avoid conflict with system flex. |
